As @b4n said, Emacs uses sequences of keypresses, whereas the GTK library we 
use only allows one keypress for accelerators (though that may use multiple 
keys, they must be pressed at once, not in sequence).  So it would require a 
complete re-work of the Geany keybinding system, but would still not solve the 
fact that GTK only supports single keypress accelerators for menu items and 
that would have to be overridden by Geany code as well.  So its a big job.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1062#issuecomment-225051866

Reply via email to