Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: dfatcb on January 21, 2016, 05:45:36 pm

Title: Changing keyboard shortcuts?
Post by: dfatcb on January 21, 2016, 05:45:36 pm
Hi,

I looked on the contrib site for something to change shortcuts, saw one, but don't know how to actually get it?   it doesn't appear to be there?  Where do I get a plugin for it?

TIA!!
Title: Re: Changing keyboard shortcuts?
Post by: BlueHazzard on January 21, 2016, 06:45:27 pm
The plugin name is "Keyboard shortcuts" or KeyBinder, an it is one of the core plugins, so it should be provided with codeblocks...
The settings are in: "Settings->Editor->Keyboard Shortcuts"

What os are you using?

greetings
Title: Re: Changing keyboard shortcuts?
Post by: dfatcb on January 21, 2016, 11:10:52 pm
debian 6.0
Title: Re: Changing keyboard shortcuts?
Post by: ahagele on January 22, 2016, 03:53:51 am
It's in Settings / Editor 2 thirds down on the left is a icon with some sort of a ring/band "Keyboard shortcuts"
Title: Re: Changing keyboard shortcuts?
Post by: ahagele on January 22, 2016, 03:56:16 am
I need to add a question in this context.

How can I add shortcuts for functions that are _not_ in the menus?
I want to add more shortcuts to the BrowseTracker plugin (in context menu), but these functions don't show up in the keyboard configuration.

Title: Re: Changing keyboard shortcuts?
Post by: Pecan on January 22, 2016, 03:33:14 pm
I need to add a question in this context.

How can I add shortcuts for functions that are _not_ in the menus?
I want to add more shortcuts to the BrowseTracker plugin (in context menu), but these functions don't show up in the keyboard configuration.

I don't believe there is currently any way to modify the context menus with additional entries except via writing a  plugin to intercept the context menu and inserting your own menu items.
Title: Re: Changing keyboard shortcuts?
Post by: oBFusCATed on January 22, 2016, 08:07:03 pm
@Pecan: You can probably add these in Plugins -> Browse Tracker -> Something and so the users can assign shortcuts for them.
Title: Re: Changing keyboard shortcuts?
Post by: Pecan on January 23, 2016, 05:00:11 pm
Here are the current menu items installed by BrowseTracker.
What additional items does the original poster wish to add?

(https://dl.dropboxusercontent.com/u/46870262/browsetrackerMenu.png)
(https://dl.dropboxusercontent.com/u/46870262/jumpMenu.png)