Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: chrisstankevitz on August 30, 2009, 11:37:12 am

Title: F10 opens "File" menu
Post by: chrisstankevitz on August 30, 2009, 11:37:12 am
CB on linux, svn trunk build.

I assigned a keyboard shortcut: F10 steps the debugger to the next line.  Why does F10 open the "File" menu and not do what I requsted?  If it's a bug, I'll fix it, just let me know where in CB code to look.

Thank you,

Chris
Title: Re: F10 opens "File" menu
Post by: blueshake on August 30, 2009, 12:18:43 pm
there is a plugin called keyboatd shorcuts .
Title: Re: F10 opens "File" menu
Post by: Jenna on August 30, 2009, 12:20:44 pm
there is a plugin called keyboatd shorcuts .
Does not work, it's not C::B that causes this issue, it's gtk.

See this thread: http://forums.codeblocks.org/index.php/topic,8303.msg61574.html#msg61574 (http://forums.codeblocks.org/index.php/topic,8303.msg61574.html#msg61574)

And again: searching would give you the answer (keyword F10).
Title: Re: F10 opens "File" menu
Post by: chrisstankevitz on August 30, 2009, 08:32:56 pm
jens,

there must be something magical about your search because when I type "F10" (without quotes) in the search box in the upper right and click "Search" I get the message "Your search query didn't return any matches."  Ditto for the search you recommended yesterday.

Anywho, thank you for referring me to the gtk thread.

Chris

Update: I enable javascript for codeblocks and still get no result.  However, this time the error message is "(No results found)".  I created a 7MB video of this if you want to see it, let me know how to get it to you.

Title: Re: F10 opens "File" menu
Post by: Jenna on August 30, 2009, 08:44:34 pm
jens,

there must be something magical about your search because when I type "F10" (without quotes) in the search box in the upper right and click "Search" I get the message "Your search query didn't return any matches."  Ditto for the search you recommended yesterday.
I'm not sure where it searches, I guess only in the open site (either the actual thread or the actual forum).
Try the search after clicking on "home" or use the search after clicking on "Search".
Title: Re: F10 opens "File" menu
Post by: cristinel on November 09, 2009, 06:14:13 pm
Hi,

I had same problem and I found a solution check:
 http://www.osec.ro/en/index.php/KB_Kubuntu:_Remove_default_mapping_of_F10_accel

I hope that this works for you also.