Add tab to apply current suggested flow

This commit is contained in:
Nick O'Leary
2025-06-23 10:14:45 +01:00
parent 63b4615e78
commit 99b8b4c91b
2 changed files with 3 additions and 1 deletions

View File

@@ -91,7 +91,8 @@
"alt-shift-w": "core:show-last-hidden-flow",
"ctrl-+": "core:zoom-in",
"ctrl--": "core:zoom-out",
"ctrl-0": "core:zoom-reset"
"ctrl-0": "core:zoom-reset",
"tab": "core:apply-suggested-flow"
},
"red-ui-editor-stack": {
"ctrl-enter": "core:confirm-edit-tray",

View File

@@ -35,6 +35,7 @@ RED.keyboard = (function() {
"backspace": 8,
"delete": 46,
"space": 32,
"tab": 9,
";":186,
"=":187,
"+":187, // <- QWERTY specific