Page 1 of 1

Is there a way for arrow keys to control tree control

Posted: Wed May 02, 2012 2:06 am
by daliwong
The right arrow will expand the node but left arrow does not collapse. on eclipse you can add this file call .gtkrc-2.0 to enable eky control. is thee such a thing for codelite?

thanks
gary

Re: Is there a way for arrow keys to control tree control

Posted: Wed May 02, 2012 9:42 am
by eranif
daliwong wrote:The right arrow will expand the node but left arrow does not collapse
In codelite the collapse in expand are consolidated into a single action named "Toggle Fold"
So Alt-RIGHT will do both expand and collapse
daliwong wrote:on eclipse you can add this file call .gtkrc-2.0 to enable eky control. is thee such a thing for codelite?
No. You can change all your keyboard settings from: Settings -> Keyboard shortcuts

Eran

Re: Is there a way for arrow keys to control tree control

Posted: Wed May 02, 2012 5:02 pm
by daliwong
Thank you for your quick reply. I tried the toggle with a few diff key combo but no success. I am running as a VM in virtualbox, perhaps it is interfering.