News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Changing keyboard shortcuts?

Started by dfatcb, January 21, 2016, 05:45:36 PM

Previous topic - Next topic

dfatcb

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!!

BlueHazzard

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

dfatcb


ahagele

It's in Settings / Editor 2 thirds down on the left is a icon with some sort of a ring/band "Keyboard shortcuts"

ahagele

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.


Pecan

#5
Quote from: 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.

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.

oBFusCATed

@Pecan: You can probably add these in Plugins -> Browse Tracker -> Something and so the users can assign shortcuts for them.
(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!]

Pecan

Here are the current menu items installed by BrowseTracker.
What additional items does the original poster wish to add?