Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: ckid113 on October 03, 2013, 09:27:58 pm
-
I am very used to switching among opened files using Alt+num keyboard shortcut like in gedit. For ex., Alt + 1 => file #1, Alt + 2 => #2, ..., Alt + 9 => #9.
Is there any way to configure these keyboard shortcuts in Code::Blocks? Or may be there are other keyboard shortcuts for this?
I find it very inconvenient to use mouse every time a need arises to switch between opened files. Ctrl+Tab is inconvenient as well when more than 2 files are opened.
-
No, but you can do one of the following:
1. write very simple plugin to do it (should be doable).
2. modify C::B itself to provide this feature (we can guide you where you have to look or change).
3. wait for a C::B developer to do it, by posting a feature request on the project page at berlious.de