Fixed a UI Catalog shortcut bug

This commit is contained in:
Tig
2024-08-28 11:45:23 -07:00
parent 6931326686
commit e3ef2e4f2b

View File

@@ -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) =>