Hi geany users,
I am a new geany user and I like what i see so far. But I ran into a small problem trying to bind to "keypad right" key. I am trying to bind <CTRL>+KP_RIGHT to navigate forward, but for some reason, geany is still treating <CTRL>+KP_RIGHT as move to next word (which is the same as <CTRL>+RIGHT).
Has anyone else ran into this trouble? Also, how would you unbind <CTRL>+RIGHT? Finally, can I bind move to next word to a keybinding that is not <CTRL>+RIGHT?
Thanks, Terry
On 26 April 2011 23:26, Terry Chen terryschen@gmail.com wrote:
Hi geany users,
I am a new geany user and I like what i see so far. But I ran into a small problem trying to bind to "keypad right" key. I am trying to bind <CTRL>+KP_RIGHT to navigate forward, but for some reason, geany is still treating <CTRL>+KP_RIGHT as move to next word (which is the same as <CTRL>+RIGHT).
The KP_* keys are translated to their equivalent non-KP versions so you can't independently map them, ie KP_RIGHT will always do the same as RIGHT.
Has anyone else ran into this trouble? Also, how would you unbind <CTRL>+RIGHT? Finally, can I bind move to next word to a keybinding that is not <CTRL>+RIGHT?
CTRL-RIGHT is bound in Scintilla not in Geany. You can re-bind CTRL-RIGHT in Geany to override the Scintilla binding but you can't unbind or change the Scintilla binding.
Cheers Lex
Thanks, Terry
Geany mailing list Geany@uvena.de https://lists.uvena.de/cgi-bin/mailman/listinfo/geany
On Wed, 27 Apr 2011 00:03:35 +1000 Lex Trotman elextr@gmail.com wrote:
Also, how would you unbind <CTRL>+RIGHT? Finally, can I bind move to next word to a keybinding that is not <CTRL>+RIGHT?
CTRL-RIGHT is bound in Scintilla not in Geany. You can re-bind CTRL-RIGHT in Geany to override the Scintilla binding but you can't unbind or change the Scintilla binding.
Yes, we have Go to Next/Previous Word *Part* bindings but no configurable bindings to move by whole words. They could be added though.
Regards, Nick
Hi,
Thanks for the quick response. I thought I was simply doing something wrong. It is not urgent right now, b/c I can just have navigate forward/backward bound to some other key.
Thanks, Terry
On Tue, Apr 26, 2011 at 10:33 AM, Nick Treleaven < nick.treleaven@btinternet.com> wrote:
On Wed, 27 Apr 2011 00:03:35 +1000 Lex Trotman elextr@gmail.com wrote:
Also, how would you unbind <CTRL>+RIGHT? Finally, can I bind move to next word to a keybinding that is not <CTRL>+RIGHT?
CTRL-RIGHT is bound in Scintilla not in Geany. You can re-bind CTRL-RIGHT in Geany to override the Scintilla binding but you can't unbind or change the Scintilla binding.
Yes, we have Go to Next/Previous Word *Part* bindings but no configurable bindings to move by whole words. They could be added though.
Regards, Nick _______________________________________________ Geany mailing list Geany@uvena.de https://lists.uvena.de/cgi-bin/mailman/listinfo/geany