From: Debian GNOME Maintainers Date: Thu, 17 Aug 2017 16:16:39 +0000 (+0100) Subject: _superP X-Git-Tag: archive/raspbian/3.26.2-1+rpi1~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=2b7b5787a85d894f6fb45b44a7afab6ee0746e4a;p=gnome-settings-daemon.git _superP Gbp-Pq: Name 04_superP.patch --- diff --git a/data/org.gnome.settings-daemon.plugins.media-keys.gschema.xml.in.in b/data/org.gnome.settings-daemon.plugins.media-keys.gschema.xml.in.in index b8fc42c..05748af 100644 --- a/data/org.gnome.settings-daemon.plugins.media-keys.gschema.xml.in.in +++ b/data/org.gnome.settings-daemon.plugins.media-keys.gschema.xml.in.in @@ -80,6 +80,11 @@ <_summary>Stop playback <_description>Binding to stop playback. + + '<Super>p' + <_summary>Video output + <_description>Binding to switch the video output device. + 'XF86AudioLowerVolume' <_summary>Volume down diff --git a/plugins/media-keys/shortcuts-list.h b/plugins/media-keys/shortcuts-list.h index bcfb2e1..e9ff7ab 100644 --- a/plugins/media-keys/shortcuts-list.h +++ b/plugins/media-keys/shortcuts-list.h @@ -82,7 +82,7 @@ static struct { { FORWARD_KEY, NULL, N_("Forward"), "XF86AudioForward", SHELL_ACTION_MODE_ALL }, { REPEAT_KEY, NULL, N_("Repeat"), "XF86AudioRepeat", SHELL_ACTION_MODE_ALL }, { RANDOM_KEY, NULL, N_("Random Play"), "XF86AudioRandomPlay", SHELL_ACTION_MODE_ALL }, - { VIDEO_OUT_KEY, NULL, N_("Video Out"), "p", SHELL_ACTION_MODE_ALL }, + { VIDEO_OUT_KEY, "video-out", N_("Video Out"), NULL, SHELL_ACTION_MODE_ALL }, /* Key code of the XF86Display key (Fn-F7 on Thinkpads, Fn-F4 on HP machines, etc.) */ { VIDEO_OUT_KEY, NULL, N_("Video Out"), "XF86Display", SHELL_ACTION_MODE_ALL }, /* Key code of the XF86RotateWindows key (present on some tablets) */