On 26 April 2011 23:26, Terry Chen <[email protected]> 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 > [email protected] > https://lists.uvena.de/cgi-bin/mailman/listinfo/geany > > _______________________________________________ Geany mailing list [email protected] https://lists.uvena.de/cgi-bin/mailman/listinfo/geany
