Closed danmichaelo closed 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).
alt-shift-B
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!
👍
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
but that didn't work :)