Merge branch 'console-hotkey' of https://github.com/Zode/FlaxEngine into Zode-console-hotkey

This commit is contained in:
Wojtek Figat
2025-06-15 23:25:09 +02:00
4 changed files with 15 additions and 0 deletions

View File

@@ -139,6 +139,10 @@ namespace FlaxEditor.Options
[EditorDisplay("Common"), EditorOrder(240)]
public InputBinding ToggleFullscreen = new InputBinding(KeyboardKeys.F11);
[DefaultValue(typeof(InputBinding), "Ctrl+BackQuote")]
[EditorDisplay("Common"), EditorOrder(250)]
public InputBinding FocusConsoleCommand = new InputBinding(KeyboardKeys.BackQuote, KeyboardKeys.Control);
#endregion
#region File