Dear list,
I'd like to use some bash-related shortcuts in Geany's embedded VTE terminal emulator.
Like: * ctrl-l (clear terminal) * ctrl-r (reverse-i-search) * ctrl-k (remove from cursor to EOL) * ctrl-u (remove from cursor to BOL) * etc...
Geany overrides some of these shortcuts by default (examples: ctrl-l = goto line nr, ctrl-r = reload)
Is there a way to disable all Geany shortcuts while the VTE window has focus?
-H-