mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-13 19:19:23 +08:00
comment fix
This commit is contained in:
parent
d676ecfaa8
commit
ca0f7bb74c
@ -63,7 +63,7 @@ namespace Wox.Infrastructure.Hotkey
|
||||
}
|
||||
if ((InterceptKeys.GetKeyState(VK_WIN) & 0x8000) != 0)
|
||||
{
|
||||
//ALT is pressed
|
||||
//WIN is pressed
|
||||
state.WinPressed = true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user