Ver Fonte

Fixed a UI Catalog shortcut bug

Tig há 1 ano atrás
pai
commit
e3ef2e4f2b
1 ficheiros alterados com 2 adições e 1 exclusões
  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) =>