Merge pull request #477 from Kingwl/master

Misc
This commit is contained in:
bao-qian 2016-01-22 13:12:39 +00:00
commit 02033a675a

View file

@ -63,7 +63,7 @@ namespace Wox.Infrastructure.Hotkey
}
if ((InterceptKeys.GetKeyState(VK_WIN) & 0x8000) != 0)
{
//ALT is pressed
//WIN is pressed
state.WinPressed = true;
}