remove GetAsyncKeyState

This commit is contained in:
Mengyuan Chen (from Dev Box)
2025-04-17 14:51:18 +08:00
parent 56368b268e
commit 46674fdc29
2 changed files with 1 additions and 9 deletions

View File

@@ -230,14 +230,6 @@ namespace Microsoft.PowerToys.UITest
});
}
public void KeyUp(string key)
{
PerformAction((actions, windowElement) =>
{
actions.KeyUp(key).Build().Perform();
});
}
/// <summary>
/// Gets the attribute value of the UI element.
/// </summary>

View File

@@ -538,7 +538,7 @@ namespace Microsoft.PowerToys.UITest
}
else
{
Console.WriteLine("virtual monitor create Faild");
Console.WriteLine("virtual monitor create failed");
}
}