Author Topic: Remap "Cycle Open Files"  (Read 3184 times)

juozasg

  • Guest
Remap "Cycle Open Files"
« on: June 14, 2007, 02:38:37 pm »
I have been downloaded and used Code::Blocks for few days now and I really like. The only complain is one inconvenient keyboard shortcut. Is it possible to remap "Cycle Open Files" action from Ctrl+Tab (and the super inconvenient Ctrl+Shift+Tab) to something else (like Alt + ->)?



Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2778
Re: Remap "Cycle Open Files"
« Reply #1 on: June 14, 2007, 10:45:23 pm »
I have been downloaded and used Code::Blocks for few days now and I really like. The only complain is one inconvenient keyboard shortcut. Is it possible to remap "Cycle Open Files" action from Ctrl+Tab (and the super inconvenient Ctrl+Shift+Tab) to something else (like Alt + ->)?

Those shortcut keys are built into MSwindows as the "minor control" switch keys". Do a google on ctrl-tab.

Any windows/linux key-redefintion mechanism should be able to redefine them for you.

For example, for windows there's AutoHotKey.
On Linux, there must also be user interface shortcut key modifier programs.
 

juozasg

  • Guest
Re: Remap "Cycle Open Files"
« Reply #2 on: June 18, 2007, 01:55:58 am »
Thank you! That was exactly what I was looking for.