Create / modify keyboard shortcuts in Gnome under Linux / UNIX
Q. I’m using Ubuntu Linux and I’d like to create or modify keyboard shortcuts in Gnome desktop system? How do I do it?
A. You need to use GConf-Editor or gnome keyboard shortcut tool. GConf-Editor is a tool used for editing the GConf configuration database. It might be useful when the proper configuration utility for some software provides no way of changing some option. The main window consists of a tree showing the GConf configuration database hierarchy, a list of the keys available, and documentation for the selected key. Key values can be changed by either changing them directly in the list, or right clicking on them and selecting Edit key. Changes take immediate effect in running programs. New keys can be added by right clicking in the list and selecting New key.
Easy to use - Keyboard Shortcuts tool
Use the Keyboard Shortcuts preference tool to customize the default keyboard shortcuts to your requirements.
Click on System > Preferences > Keyboard Shortcuts to launch the application and view the preconfigured shortcuts.

To edit a keyboard shortcut, perform the following steps:
- Click the action in the list. If you are using the the keyboard, use the arrow keys to select the shortcut and press Return.
- Press the new key or key combination you want to assign to the action.
- To clear a shortcut, press Backspace. The action is now marked as Disabled.
- To cancel assigning a shortcut, click elsewhere in the window or press Escape.
Advance keyboard shortcuts tool - gconf-editor (GConf-Editor)
You need to install this tool using any one of the following command (Debian / Ubuntu Linux):
$ sudo apt-get install gconf-editor
Or if you are using Fedora / CentOS /RHEL Linux:
# yum install gconf-editor
Run gconf-editor
Use menus or type a command as follows:
$ gconf-editor &
- Next double click the "apps" folder
- Next double click the "metacity" folder
- Finally click the global_keybindings folder
Please note that all these keyboard shortcuts and other settings are saved on a user basis (inside a home directory), so each user can create their own custom setup.
Subscribe to our free e-mail newsletter or RSS feed to get all updates.
You can Email this page to a friend.
Related Other Helpful FAQs:
- Gnome Desktop Keyboard Shortcut Keys
- Shell scripting: read one line at a time from keyboard
- Fedora / CentOS / RHEL Linux change default desktop or display manager
- Does the UNIX or Linux has GUI?
- How do I run X windows program as normal user?
Discussion on This FAQ
Leave a Reply
We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!
Tags: configuration_utility, default_keyboard, desktop_system, gconf-editor_command, Gnome, gnome_desktop, keyboard_shortcuts, Linux, system_preferences, UNIX




February 5th, 2008 at 2:25 pm
thanks for that, exactly what i needed, I wanted to set a keyboard shortcut to start a particular program. your gconf-editor tip did it for me.
May 27th, 2008 at 11:58 pm
Very nice topic ! Almoust exactly what i was looking for. I got a problem with shortcuts in Fedora 9. I can not assign the keyboard shotrtcut for HOME directory. It seems to be set in a right way and I also have xml file for this shortcut but it does not works. If you have some idea in mind … I will be thankful.