diff --git a/Wox/HotkeyControl.xaml b/Wox/HotkeyControl.xaml
index 9a57c312cb..affe185567 100644
--- a/Wox/HotkeyControl.xaml
+++ b/Wox/HotkeyControl.xaml
@@ -3,6 +3,7 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
+ xmlns:input="clr-namespace:System.Windows.Input;assembly=PresentationCore"
mc:Ignorable="d"
Height="24"
d:DesignHeight="300" d:DesignWidth="300">
@@ -12,7 +13,7 @@
+ PreviewKeyDown="TbHotkey_OnPreviewKeyDown" input:InputMethod.IsInputMethodEnabled="False"/>
\ No newline at end of file