inkdropapp / docs-old

Inkdrop documentation
https://docs.inkdrop.app/
MIT License
74 stars 16 forks source link

Missing information on how to remove a keybinding #3

Closed danmichaelo closed 5 years ago

danmichaelo commented 5 years ago

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 :)

craftzdog commented 5 years ago

Hi, thank you for the report!

You can assign native keybinding to it like so:

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

Hope that helps.

danmichaelo commented 5 years ago

Perfect, thanks, that worked!

craftzdog commented 5 years ago

👍