Comment 7 for bug 952223

Revision history for this message
Jeremy BĂ­cha (jbicha) wrote :

Below I've posted what I'd like to put in a gsettings override, but I see that the support for gsettings custom shortcuts was reverted for Precise. Because of the need to continue to support gconf keyboard settings for Precise, this looks like it won't be possible to fix this bug until Q.

[org.gnome.settings-daemon.plugins.media-keys]
custom-keybindings = "['/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/terminal/','/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/trash/']"

[org.gnome.settings-daemon.plugins.media-keys.custom-keybindings.terminal]
binding = "<Primary><Alt>t"
command = "gnome-terminal"
name = "Launch Terminal"

[org.gnome.settings-daemon.plugins.media-keys.custom-keybindings.trash]
binding = "<Super>t"
command = "gvfs-open trash:///"

(I'm not sure if the Trash shortcut would work or not but that custom terminal shortcut works fine in Fedora 17).
name = "Open Trash"