[gnome-settings-daemon/gnome-3-6] media-keys: Escape the keybindings to fix the build



commit 840b4b84199a58e9cf7d738b35127d800b8fb244
Author: Bastien Nocera <hadess hadess net>
Date:   Sat Dec 1 20:10:50 2012 +0100

    media-keys: Escape the keybindings to fix the build

 ...ngs-daemon.plugins.media-keys.gschema.xml.in.in |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
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 52af43e..b56b5d1 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
@@ -136,7 +136,7 @@
       <_description>Binding to launch the web browser.</_description>
     </key>
     <key name="magnifier" type="s">
-      <default>'<Alt><Super>8'</default>
+      <default>'&lt;Alt&gt;&lt;Super&gt;8'</default>
       <_summary>Toggle magnifier</_summary>
       <_description>Binding to show the screen magnifier</_description>
     </key>
@@ -166,12 +166,12 @@
       <_description>Binding to toggle the interface contrast</_description>
     </key>
     <key name="magnifier-zoom-in" type="s">
-      <default>'<Alt><Super>equal'</default>
+      <default>'&lt;Alt&gt;&lt;Super&gt;equal'</default>
       <_summary>Magnifier zoom in</_summary>
       <_description>Binding for the magnifier to zoom in</_description>
     </key>
     <key name="magnifier-zoom-out" type="s">
-      <default>'<Alt><Super>minus'</default>
+      <default>'&lt;Alt&gt;&lt;Super&gt;minus'</default>
       <_summary>Magnifier zoom out</_summary>
       <_description>Binding for the magnifier to zoom out</_description>
     </key>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]