diff --git a/STranslate/MainWindow.xaml b/STranslate/MainWindow.xaml
index a55dd5c..0830d48 100644
--- a/STranslate/MainWindow.xaml
+++ b/STranslate/MainWindow.xaml
@@ -14,7 +14,6 @@
AllowsTransparency="True"
ShowInTaskbar="False"
ResizeMode="NoResize"
- KeyDown="Window_KeyDown"
Topmost="True"
Deactivated="Window_Deactivated"
WindowStyle="None"
@@ -38,6 +37,17 @@
+
+
+
+
+
+
@@ -58,8 +68,8 @@
+ Command="{Binding TopmostCmd}"
+ Template="{DynamicResource ButtonTemplateUnTopmost}"/>