First of all, Gnome has a registry . Like the Windows registry. They say it's not like the Windows registry, but I think they're fooling themselves. Unlike Windows, each user has their very own registry. You need to edit your Gnome registry using the gconf-editor program. Here's what I did to add bindings to be able to press Ctrl-Alt-X to bring up the gnome-terminal program using 'gconf-editor':
Visit the apps/metacity/global_keybindings container and look for the "run_command_2" key. Edit the key value and type:
<Control><Alt>X
Visit the apps/metacity/keybinding_commands container and look for the "command_2" key. Edit the key value and type:
gnome-terminal
Or you can do this all from the command-line by typing:
[chrism@james chrism]$ gconftool-2 -t string -s /apps/metacity/global_keybindings/run_command_3 "<Ctrl><Alt>x" [chrism@james chrism]$ gconftool-2 -t string -s /apps/metacity/keybinding_commands/command_3 "gnome-terminal"
Wasn't that easy?
Not really related but I consult for a small RedHat based web development/hosting shop. We can't afford to go Enterprise on all the machines so are looking at alternatives? Any opinions on if migration to Fedora will be the way to go? Or something Debian or Mandrake?
Replies to this comment