comment fix

This commit is contained in:
kingwl 2016-01-22 20:47:00 +08:00
parent d676ecfaa8
commit ca0f7bb74c

View file

@ -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;
} }