inkdropapp/docs-old

Missing information on how to remove a keybinding

Closed this issue · 3 comments

I need to remove a keybinding (alt-shift-B, since I'm using this to create the » character on my Norwegian keyboard).

Couldn't find information on how to do this in https://docs.inkdrop.app/manual/customizing-keybindings

As a wild guess, I tried

'.CodeMirror textarea':
  'alt-shift-B': null

but that didn't work :)

Hi, thank you for the report!

You can assign native keybinding to it like so:

'.CodeMirror textarea':
  'alt-shift-B': 'native!'

Hope that helps.

Perfect, thanks, that worked!

👍