mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-29 01:07:58 +01:00
Fixed a UI Catalog shortcut bug
This commit is contained in:
@@ -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) =>
|
||||
|
||||
Reference in New Issue
Block a user