From 0a97111f9a044f9ecb2ed4d7bad8d3a13ff55ea7 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Sun, 17 Oct 2004 09:17:31 +0000 Subject: [PATCH] add the keybinding to launch a terminal 2004-10-17 Vincent Untz * gnome-keybinding-properties.c: add the keybinding to launch a terminal --- capplets/keybindings/ChangeLog | 5 +++++ capplets/keybindings/gnome-keybinding-properties.c | 1 + 2 files changed, 6 insertions(+) diff --git a/capplets/keybindings/ChangeLog b/capplets/keybindings/ChangeLog index 9aa285365..062d2f5a6 100644 --- a/capplets/keybindings/ChangeLog +++ b/capplets/keybindings/ChangeLog @@ -1,3 +1,8 @@ +2004-10-17 Vincent Untz + + * gnome-keybinding-properties.c: add the keybinding to launch a + terminal + 2004-10-14 Jody Goldberg * Release 2.8.1 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 },