Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: const451 on August 04, 2010, 01:34:48 am
-
How to redefine F10 to step over instead of opening menu?
What I mean is I redefined several keys, such as F5 - start debugging, F11 - step out, and etc., which all work as intended, except F10 key. I redefined F10 to step over however it selects the IDE menu instead.
Is there a workaround?
THX!
-
There is a plugin named : Keybinder.
(I presume you have installed that, if not, then you need to reinstall or add it, it is a contributed plugin)
menu->edit->keyboard shortcuts
-
@ollydbg -- I am using Keybinder.
-
@ollydbg -- I am using Keybinder.
F10 and F11 works fine in my computer(windows xp), they were mapped to step and step in when debugging. :D
-
I am in Ubuntu Lucid. Pressing F10 selects Code::Blocks File menu : (
-
I am in Ubuntu Lucid. Pressing F10 selects Code::Blocks File menu : (
Confirm, not work in ArchLinux too.
-
Search the forum, there was a thread about this issue and there was also a patch.
summary of the thread: in gtk f10 is reserved key used to open the menu and applications are not allowed to redefine it.
-
Ah, thank you guys! I should have just searched for "F10".