mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 19:57:07 +02:00
Fix Alt+Space hotkey affect by system
if no disable control box, sometimes awake Wox with alt+space hotkey, the first input key is swallowed by system
This commit is contained in:
@@ -90,6 +90,8 @@ namespace Wox
|
||||
InitProgressbarAnimation();
|
||||
//only works for win7+
|
||||
//DwmDropShadow.DropShadowToWindow(this);
|
||||
|
||||
WindowIntelopHelper.DisableControlBox(this);
|
||||
}
|
||||
|
||||
private void CurrentDomain_UnhandledException(object sender, UnhandledExceptionEventArgs e)
|
||||
|
||||
Reference in New Issue
Block a user