summaryrefslogtreecommitdiff
path: root/capplets/keybindings/gnome-keybinding-properties.c
diff options
context:
space:
mode:
authorVincent Untz <vincent@vuntz.net>2004-10-17 09:17:31 +0000
committerVincent Untz <vuntz@src.gnome.org>2004-10-17 09:17:31 +0000
commit0a97111f9a044f9ecb2ed4d7bad8d3a13ff55ea7 (patch)
tree212a9e699af76330f5e782f7540a9c5b0c9c9070 /capplets/keybindings/gnome-keybinding-properties.c
parent31241dc09d00d49318d1642a16b394ec670bb832 (diff)
downloadgnome-control-center-0a97111f9a044f9ecb2ed4d7bad8d3a13ff55ea7.tar.gz
add the keybinding to launch a terminal
2004-10-17 Vincent Untz <vincent@vuntz.net> * gnome-keybinding-properties.c: add the keybinding to launch a terminal
Diffstat (limited to 'capplets/keybindings/gnome-keybinding-properties.c')
-rw-r--r--capplets/keybindings/gnome-keybinding-properties.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/capplets/keybindings/gnome-keybinding-properties.c b/capplets/keybindings/gnome-keybinding-properties.c
index 6abc46734..0336cb718 100644
--- a/capplets/keybindings/gnome-keybinding-properties.c
+++ b/capplets/keybindings/gnome-keybinding-properties.c
@@ -52,6 +52,7 @@ const KeyListEntry desktop_key_list[] =
{ "/apps/metacity/global_keybindings/panel_main_menu", ALWAYS_VISIBLE, 0 },
{ "/apps/metacity/global_keybindings/run_command_screenshot", ALWAYS_VISIBLE, 0 },
{ "/apps/metacity/global_keybindings/run_command_window_screenshot", ALWAYS_VISIBLE, 0 },
+ { "/apps/metacity/global_keybindings/run_command_terminal", ALWAYS_VISIBLE, 0 },
#ifdef USE_FBLEVEL
{ "/apps/gnome_settings_daemon/keybindings/brightness_down", ALWAYS_VISIBLE, 0 },
{ "/apps/gnome_settings_daemon/keybindings/brightness_up", ALWAYS_VISIBLE, 0 },