[gnome-settings-daemon] Fix keybindings schema to validate
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-settings-daemon] Fix keybindings schema to validate
- Date: Fri, 8 Oct 2010 14:32:13 +0000 (UTC)
commit 2f35ee1515d5195f537e8aab7a85b51b69f2d348
Author: Bastien Nocera <hadess hadess net>
Date: Fri Oct 8 15:31:53 2010 +0100
Fix keybindings schema to validate
...org.gnome.desktop.keybindings.gschema.xml.in.in | 38 ++++++++++----------
1 files changed, 19 insertions(+), 19 deletions(-)
---
diff --git a/data/org.gnome.desktop.keybindings.gschema.xml.in.in b/data/org.gnome.desktop.keybindings.gschema.xml.in.in
index 00c1df5..519bbd0 100644
--- a/data/org.gnome.desktop.keybindings.gschema.xml.in.in
+++ b/data/org.gnome.desktop.keybindings.gschema.xml.in.in
@@ -6,97 +6,97 @@
<_description>If non-empty, keybindings will be ignored unless their settings directory is in the list. This is useful for lockdown.</_description>
</key>
<key name="calculator" type="s">
- <default>XF86Calculator</default>
+ <default>'XF86Calculator'</default>
<_summary>Launch calculator</_summary>
<_description>Binding to launch the calculator.</_description>
</key>
<key name="email" type="s">
- <default>XF86Mail</default>
+ <default>'XF86Mail'</default>
<_summary>Launch email client</_summary>
<_description>Binding to launch the email client.</_description>
</key>
<key name="eject" type="s">
- <default>XF86Eject</default>
+ <default>'XF86Eject'</default>
<_summary>Eject</_summary>
<_description>Binding to eject an optical disc.</_description>
</key>
<key name="help" type="s">
- <default></default>
+ <default>''</default>
<_summary>Launch help browser</_summary>
<_description>Binding to launch the help browser.</_description>
</key>
<key name="home" type="s">
- <default>XF86Explorer</default>
+ <default>'XF86Explorer'</default>
<_summary>Home folder</_summary>
<_description>Binding to open the Home folder.</_description>
</key>
<key name="media" type="s">
- <default>XF86AudioMedia</default>
+ <default>'XF86AudioMedia'</default>
<_summary>Launch media player</_summary>
<_description>Binding to launch the media player.</_description>
</key>
<key name="next" type="s">
- <default>XF86AudioNext</default>
+ <default>'XF86AudioNext'</default>
<_summary>Next track</_summary>
<_description>Binding to skip to next track.</_description>
</key>
<key name="pause" type="s">
- <default>XF86AudioPause</default>
+ <default>'XF86AudioPause'</default>
<_summary>Pause playback</_summary>
<_description>Binding to pause playback.</_description>
</key>
<key name="play" type="s">
- <default>XF86AudioPlay</default>
+ <default>'XF86AudioPlay'</default>
<_summary>Play (or play/pause)</_summary>
<_description>Binding to start playback (or toggle play/pause).</_description>
</key>
<key name="power" type="s">
- <default><Control><Alt>Delete</default>
+ <default>'<Control><Alt>Delete'</default>
<_summary>Log out</_summary>
<_description>Binding to log out.</_description>
</key>
<key name="previous" type="s">
- <default>XF86AudioPrev</default>
+ <default>'XF86AudioPrev'</default>
<_summary>Previous track</_summary>
<_description>Binding to skip to previous track.</_description>
</key>
<key name="screensaver" type="s">
- <default><Control><Alt>l</default>
+ <default>'<Control><Alt>l'</default>
<_summary>Lock screen</_summary>
<_description>Binding to lock the screen.</_description>
</key>
<key name="search" type="s">
- <default>XF86Search</default>
+ <default>'XF86Search'</default>
<_summary>Search</_summary>
<_description>Binding to launch the search tool.</_description>
</key>
<key name="stop" type="s">
- <default>XF86AudioStop</default>
+ <default>'XF86AudioStop'</default>
<_summary>Stop playback</_summary>
<_description>Binding to stop playback.</_description>
</key>
<key name="touchpad" type="s">
- <default>XF86TouchpadToggle</default>
+ <default>'XF86TouchpadToggle'</default>
<_summary>Toggle touchpad</_summary>
<_description>Binding to enable or disable the touchpad.</_description>
</key>
<key name="volume-down" type="s">
- <default>XF86AudioLowerVolume</default>
+ <default>'XF86AudioLowerVolume'</default>
<_summary>Volume down</_summary>
<_description>Binding to lower the system volume.</_description>
</key>
<key name="volume-mute" type="s">
- <default>XF86AudioMute</default>
+ <default>'XF86AudioMute'</default>
<_summary>Volume mute</_summary>
<_description>Binding to mute the system volume.</_description>
</key>
<key name="volume-up" type="s">
- <default>XF86AudioRaiseVolume</default>
+ <default>'XF86AudioRaiseVolume'</default>
<_summary>Volume up</_summary>
<_description>Binding to raise the system volume.</_description>
</key>
<key name="www" type="s">
- <default>XF86WWW</default>
+ <default>'XF86WWW'</default>
<_summary>Launch web browser</_summary>
<_description>Binding to launch the web browser.</_description>
</key>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]