Comment 4 for bug 1302885

Revision history for this message
Daniel Serpell (daniel-serpell) wrote :

The problem is that an incorrect string is set in dconf key:

Original (working) value:
~$ gsettings get org.gnome.settings-daemon.plugins.media-keys volume-up
'XF86AudioRaiseVolume'

After running "unity-control-center keyboard", and setting the shortcut for
volume-up key:
~$ gsettings get org.gnome.settings-daemon.plugins.media-keys volume-up
'AudioRaiseVolume'

The new value misses the "XF86" part of the string, and does not work.

You can get the key working again by resetting the value, with:
~$ gsettings reset org.gnome.settings-daemon.plugins.media-keys volume-up