mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Add new shortcut to clear debug message list
Clearing the debug message list is globally scoped by default to `ctrl+alt+l`. Mnemonic: similar to clearing a terminal shell using ctrl+l.
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
"ctrl-space": "core:toggle-sidebar",
|
||||
"ctrl-p": "core:toggle-palette",
|
||||
"ctrl-,": "core:show-user-settings",
|
||||
"ctrl-alt-l": "core:clear-debug-messages",
|
||||
"ctrl-alt-r": "core:show-remote-diff",
|
||||
"ctrl-alt-n": "core:new-project",
|
||||
"ctrl-alt-o": "core:open-project",
|
||||
|
Reference in New Issue
Block a user