Gnome Shortucts
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.
Requirements:
Assuming you are running on standard Fedora Installation. Valid for Fedora 8 and possibly other releases.
Note: This does not work with desktop effects turned on. Please read the disclaimer.
Doing the work:
- Open the terminal.
- Install gconf-editor if you do not have it installed already. Enter the root password when prompted to.
su -c 'yum install gconf-editor'
- Once installation is complete, press alt+f2 and when the run box appears, enter 'gconf-editor' (without quotes)
- In gconf-editor navigate to
apps->metacity->keybinding_commands.
- On the right hand window, double click command_1 and enter a value. In this example, we would add a shortcut for Firefox and they key will be Ctrl+Alt+1.
In the value box add:
firefox

- Now that we have configured command_1 to launch Firefox, lets add the shortcut key to it. For this navigate to
apps->metacity->global_keybindings
- Once in global_keybindings, look for run_command_1, double click it and enter a value. In this case the value will be
<Control><Alt>1

- Once you are done just close gconf-editor window.

