mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-02-23 19:49:43 +01:00
remove GetAsyncKeyState
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -538,7 +538,7 @@ namespace Microsoft.PowerToys.UITest
|
||||
}
|
||||
else
|
||||
{
|
||||
Console.WriteLine("virtual monitor create Faild");
|
||||
Console.WriteLine("virtual monitor create failed");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user