Shortcut keys in GNOME

by

How to add shortcut keys in GNOME:

$ gconftool-2 -t string -s /apps/metacity/
global_keybindings/run_command_1 "<Ctrl><Alt>x"

$ gconftool-2 -t string -s /apps/metacity/
keybinding_commands/command_1 "xterm"

$ gconftool-2 -t string -s /apps/metacity/
global_keybindings/run_command_2 "<Mod4>l"

$ gconftool-2 -t string -s /apps/metacity/
keybinding_commands/command_2 "xscreensaver-command -lock"

Leave a comment