summaryrefslogtreecommitdiff
path: root/capplets/keybindings/gnome-keybinding-properties.c
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@novell.com>2006-01-30 15:02:24 +0000
committerRodrigo Moya <rodrigo@src.gnome.org>2006-01-30 15:02:24 +0000
commit0d78465e2d6e24d4b49537de15dd71ce8ca1d1a8 (patch)
tree18e349bb92c470ce04a5db9cbb6db3ce6f3f0f7e /capplets/keybindings/gnome-keybinding-properties.c
parenta3703281333dd622c7a3e65a48dfc20f58cc0ab5 (diff)
downloadgnome-control-center-0d78465e2d6e24d4b49537de15dd71ce8ca1d1a8.tar.gz
reverted commit from 2006-01-11.
2006-01-30 Rodrigo Moya <rodrigo@novell.com> * actions/acme.h: * gnome-keybinding-properties.c: reverted commit from 2006-01-11.
Diffstat (limited to 'capplets/keybindings/gnome-keybinding-properties.c')
-rw-r--r--capplets/keybindings/gnome-keybinding-properties.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/capplets/keybindings/gnome-keybinding-properties.c b/capplets/keybindings/gnome-keybinding-properties.c
index 1df15b699..085972c33 100644
--- a/capplets/keybindings/gnome-keybinding-properties.c
+++ b/capplets/keybindings/gnome-keybinding-properties.c
@@ -64,6 +64,12 @@ static const KeyListEntry sounds_key_list[] =
{ "/apps/gnome_settings_daemon/keybindings/volume_mute", ALWAYS_VISIBLE, 0 },
{ "/apps/gnome_settings_daemon/keybindings/volume_down", ALWAYS_VISIBLE, 0 },
{ "/apps/gnome_settings_daemon/keybindings/volume_up", ALWAYS_VISIBLE, 0 },
+ /* Other ones that need keysyms bindings */
+ { "/apps/gnome_settings_daemon/keybindings/play", ALWAYS_VISIBLE, 0 },
+ { "/apps/gnome_settings_daemon/keybindings/pause", ALWAYS_VISIBLE, 0 },
+ { "/apps/gnome_settings_daemon/keybindings/stop", ALWAYS_VISIBLE, 0 },
+ { "/apps/gnome_settings_daemon/keybindings/previous", ALWAYS_VISIBLE, 0 },
+ { "/apps/gnome_settings_daemon/keybindings/next", ALWAYS_VISIBLE, 0 },
{ "/apps/gnome_settings_daemon/keybindings/eject", ALWAYS_VISIBLE, 0 },
{ NULL }
};