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:
cxfksword
2014-03-22 15:02:28 +08:00
parent dbdd6c701b
commit 3b09276395
3 changed files with 34 additions and 0 deletions

View File

@@ -107,6 +107,7 @@
<Compile Include="Commands\CommandFactory.cs" />
<Compile Include="Commands\PluginCommand.cs" />
<Compile Include="Commands\SystemCommand.cs" />
<Compile Include="Helper\WindowIntelopHelper.cs" />
<Compile Include="ProgramSourceSetting.xaml.cs">
<DependentUpon>ProgramSourceSetting.xaml</DependentUpon>
</Compile>