Jelajahi Sumber

Fixed a UI Catalog shortcut bug

Tig 1 tahun lalu
induk
melakukan
e3ef2e4f2b
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  1. 2 1
      UICatalog/UICatalog.cs

+ 2 - 1
UICatalog/UICatalog.cs

@@ -502,7 +502,8 @@ public class UICatalogApp
                         CanFocus = false
                     },
                     HelpText = "",
-                    Key = Key.F6
+                    KeyBindingScope = KeyBindingScope.Application,
+                    Key = Key.F7
                 };
 
                 ((CheckBox)ShForce16Colors.CommandView).CheckedStateChanging += (sender, args) =>