From ca0f7bb74c5cff1e3068077e4e445524211e7961 Mon Sep 17 00:00:00 2001 From: kingwl <805037171@163.com> Date: Fri, 22 Jan 2016 20:47:00 +0800 Subject: [PATCH] comment fix --- Wox.Infrastructure/Hotkey/GlobalHotkey.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Wox.Infrastructure/Hotkey/GlobalHotkey.cs b/Wox.Infrastructure/Hotkey/GlobalHotkey.cs index d07b5180db..d999a1e6ac 100644 --- a/Wox.Infrastructure/Hotkey/GlobalHotkey.cs +++ b/Wox.Infrastructure/Hotkey/GlobalHotkey.cs @@ -63,7 +63,7 @@ namespace Wox.Infrastructure.Hotkey } if ((InterceptKeys.GetKeyState(VK_WIN) & 0x8000) != 0) { - //ALT is pressed + //WIN is pressed state.WinPressed = true; }