Wox now has an option to ignore hotkeys when the focused window is topmost. This will ignore not only the main Wox hotkey but also plugin hotkeys.

~ WindowIntelopHelper edited
~ User settings entry added
~ Checkbox added to General tab (as well as its events)
~ Language entries added for en/ru
This commit is contained in:
Boris Makogonyuk
2015-10-08 00:17:37 +02:00
parent 92ddf2ca41
commit 7273e1218a
9 changed files with 56 additions and 2 deletions

View File

@@ -86,6 +86,9 @@ namespace Wox.Core.UserSettings
[JsonProperty]
public bool RememberLastLaunchLocation { get; set; }
[JsonProperty]
public bool IgnoreHotkeysOnTopMostFocus { get; set; }
[JsonProperty]
public string ProxyServer { get; set; }