Hello,
I’m trying to remap or disable the keymap for “Show Console”.
I’ve tried this:
[
{ “keys”: [“ctrl+alt+`”], “command”: “show_panel”, “args”: {“panel”: “console”, “toggle”: true} }
]
New keymap works, but the default [“ctrl+`”] works too, it’s confusing.
I need this shortcut for the terminal pop-up action.
How can I disable that function or change the default value?