mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
comment fix
This commit is contained in:
parent
d676ecfaa8
commit
ca0f7bb74c
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ namespace Wox.Infrastructure.Hotkey
|
||||||
}
|
}
|
||||||
if ((InterceptKeys.GetKeyState(VK_WIN) & 0x8000) != 0)
|
if ((InterceptKeys.GetKeyState(VK_WIN) & 0x8000) != 0)
|
||||||
{
|
{
|
||||||
//ALT is pressed
|
//WIN is pressed
|
||||||
state.WinPressed = true;
|
state.WinPressed = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue