How to disable a keybinding? #2150
-
Is there any way to disable a keybinding? I tried the snippet below to see if empty string would do the trick, but the app crashes. keybinding:
universal:
quit: '' |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
I don't think there is a Or until someone else comes and corrects me about there not being such a feature yet |
Beta Was this translation helpful? Give feedback.
I don't think there is a
<nop>
of some sort, but I guess you could remap it to something rarely used.E.g.
<a-enter>
(alt+enter
), at least until a<nop>
keybinding is implemented.Or until someone else comes and corrects me about there not being such a feature yet