How to delete shortcuts?

Hi, if I find a shortcut useless for me, how to delete it?
On the setting page, shortcuts can be reset, but there is no choice for deleting them.

1 Like

I have the same problem. I always accidentally clear everything on the sidebar with double Ctrl+c. What I do is that I change the key to some unlikely use Shorkey, for example:
insert insert insert insert insert
backspace delete backspace delete backspace delete
insert backspace delete insert backspace
something like that.

If you bind a shortcut, you can then go into settings.edn and change the key sequence string to nil. Seems to work to disable the shortcut, if a bit inconvenient.

1 Like

I see what you mean. When you change a shortcut, under config.edn, it will show this:

:shortcuts {:sidebar/clear “insert delete insert delete insert delete”}

If I manually change it to some key that does not exist, it will be disabled.

:shortcuts {:sidebar/clear “disabled”}