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
This commit is contained in:
Vincent Untz 2004-10-17 09:17:31 +00:00 committed by Vincent Untz
parent 31241dc09d
commit 0a97111f9a
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2004-10-17 Vincent Untz <vincent@vuntz.net>
* gnome-keybinding-properties.c: add the keybinding to launch a
terminal
2004-10-14 Jody Goldberg <jody@gnome.org>
* Release 2.8.1

View file

@ -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 },