shortcuts

Asked by Răzvan-Cosmin Rădulescu

Is it possible to change the shortcuts (CTRL+J, CTRL+SHIFT+J) to jump around to something else? or is there an easy way to do this? I'm using join/split lines plugin, for so long, which already uses those shortcuts... and this really interferes with the workflow.

Thanks,
Razvan

Question information

Language:
English Edit question
Status:
Solved
For:
gedit-classbrowser3g Edit question
Assignee:
No assignee Edit question
Solved by:
B. Clausius
Solved:
Last query:
Last reply:
Revision history for this message
Best B. Clausius (barcc) said :
#1

You can change any shortcut for menu items in gedit:
* Open dconf-editor, navigate to "org.gnome.desktop.interface" and check "can-change-accels"
* Restart gedit
* Pull down menu and hover mouse over the menu item you want to change
* Press the key(s) you want to assign as shortcut
* You should see the new shortcut next to the menuitem text

There is also a gedit plugin: https://github.com/nacho/gedit-accel-editor

Revision history for this message
Răzvan-Cosmin Rădulescu (razvancosmin-radulescu) said :
#2

Thanks. I wasn't aware of that plugin. The first option isn't really an option if you want to change the shortcuts in classbrowser3g because it has no entries in the menus (as far as I've seen), but the plugin did it.

Happy coding.

Revision history for this message
Răzvan-Cosmin Rădulescu (razvancosmin-radulescu) said :
#3

Thanks B Clausius, that solved my question.