_superP
authorDebian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Thu, 17 Aug 2017 16:16:39 +0000 (17:16 +0100)
committerPeter Michael Green <plugwash@raspbian.org>
Thu, 17 Aug 2017 16:16:39 +0000 (17:16 +0100)
Gbp-Pq: Name 04_superP.patch

data/org.gnome.settings-daemon.plugins.media-keys.gschema.xml.in.in
plugins/media-keys/shortcuts-list.h

index b8fc42c6493d8529ae816ae9e9c7a7955076aad8..05748afa237fd8d01eb4dd0959b0ef469f1f1253 100644 (file)
       <_summary>Stop playback</_summary>
       <_description>Binding to stop playback.</_description>
     </key>
+    <key name="video-out" type="s">
+      <default>'&lt;Super&gt;p'</default>
+      <_summary>Video output</_summary>
+      <_description>Binding to switch the video output device.</_description>
+    </key>
     <key name="volume-down" type="s">
       <default>'XF86AudioLowerVolume'</default>
       <_summary>Volume down</_summary>
index bcfb2e1137e8eef1f2530f5a80e006e50afc4c52..e9ff7ab3b81a077ad1498e31354561d3f0e7426d 100644 (file)
@@ -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"), "<Super>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) */