From 2b7b5787a85d894f6fb45b44a7afab6ee0746e4a Mon Sep 17 00:00:00 2001 From: Debian GNOME Maintainers Date: Thu, 17 Aug 2017 17:16:39 +0100 Subject: [PATCH] _superP Gbp-Pq: Name 04_superP.patch --- ...nome.settings-daemon.plugins.media-keys.gschema.xml.in.in | 5 +++++ plugins/media-keys/shortcuts-list.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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) */ -- 2.30.2