keyboard shortcuts for switching between editors

General questions regarding the usage of CodeLite
hans2
CodeLite Curious
Posts: 1
Joined: Fri Nov 13, 2015 7:07 pm
Genuine User: Yes
IDE Question: C++
Contact:

keyboard shortcuts for switching between editors

Post by hans2 »

Hi,

I was wondering if there was a way to change the keyboard shortcuts for switching between editors. Currently it is Ctrl-Pagedown to go to the editor to the left and Ctrl-Pageup to go to the right. (I would like to swap that, since that is more natural for me.)

I am on Ubuntu 15.10 with Codelite 8.0, not self compiled.

If the goal could be achieved by performing a compilation, I would be very grateful for a pointer to the file that would need to be edited before compilation.

Thanks in advance, and thank you for codelite!

Best regards,
Hans
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: keyboard shortcuts for switching between editors

Post by eranif »

Code: Select all

CTRL-TAB
Once the dialog is up, you can continue CTRL-TAB or SHIFT-CTRL-TAB to move between the editors

By default hitting CTRL-TAB once, will switch to the last used tab

Eran
Make sure you have read the HOW TO POST thread
Post Reply