Binding C-g causes issues
greenrd opened this issue · 1 comments
greenrd commented
C-g
is supposed to be reserved for quitting an interaction with emacs. Binding it in a key sequence causes at least these issues:
C-h k
doesn't work for any such key bindings- Sometimes pressing the key sequence fails with a bizarre
C-c C-g <mouse-movement> is undefined
error in the modeline. (This should not be possible, because mouse movements are usually ignored, but somehow it's happening.)
Can you change the standard keybinding to something more compatible?
scubacabra commented
💯 % agree -- i never thought of that at the time I made the bindings.
I would gladly accept a PR with anything sensible you feel like.
If not i'll try and find some time to get to it.