News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

How to redefine F10 to step over instead of opening menu? (I am using Keybinder)

Started by const451, August 04, 2010, 01:34:48 AM

Previous topic - Next topic

const451

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!

ollydbg

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
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

const451


ollydbg

Quote from: const451 on August 04, 2010, 03:57:06 AM
@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
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

const451

I am in Ubuntu Lucid. Pressing F10 selects Code::Blocks File menu : (

Loaden

Quote from: const451 on August 04, 2010, 04:16:20 AM
I am in Ubuntu Lucid. Pressing F10 selects Code::Blocks File menu : (
Confirm, not work in ArchLinux too.

oBFusCATed

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.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

const451