This commit is contained in:
Serge
2023-10-22 12:33:42 +02:00
parent ed5ec6b576
commit b51c68572e
3 changed files with 46 additions and 44 deletions

View File

@@ -478,7 +478,7 @@ namespace GHelper.Input
static void ToggleTouchpad()
{
KeyboardHook.KeyKeyKeyPress(Keys.ControlKey, Keys.LWin, Keys.F24);
KeyboardHook.KeyKeyKeyPress(Keys.LWin, Keys.LControlKey, Keys.F24);
}
public static void ToggleArrowLock()