Add NHotkey library.

This commit is contained in:
qianlifeng
2014-02-20 23:15:03 +08:00
parent 445f06f4b3
commit 8f2d69b7f7
10 changed files with 124 additions and 190 deletions

View File

@@ -215,7 +215,7 @@ namespace Wox
{
resultItemControl.Result.Action(new ActionContext()
{
SpecialKeyState = new KeyboardListener().CheckModifiers()
SpecialKeyState = new GloablHotkey().CheckModifiers()
});
}