summaryrefslogtreecommitdiff
path: root/data/org.gnome.settings-daemon.peripherals.wacom.gschema.xml.in.in
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2011-11-22 17:20:31 +0000
committerBastien Nocera <hadess@hadess.net>2011-11-22 18:16:38 +0000
commit9df6312f28a15e03aace9a0988b34b2b43c46fb8 (patch)
tree5e0e4413d512146aa49b3961ac39475c35fb29c3 /data/org.gnome.settings-daemon.peripherals.wacom.gschema.xml.in.in
parent0082136505767c28c7a25675311e8170fda626cc (diff)
downloadgnome-settings-daemon-9df6312f28a15e03aace9a0988b34b2b43c46fb8.tar.gz
wacom: Move "is-absolute" setting to be tablet-wide
Diffstat (limited to 'data/org.gnome.settings-daemon.peripherals.wacom.gschema.xml.in.in')
-rw-r--r--data/org.gnome.settings-daemon.peripherals.wacom.gschema.xml.in.in27
1 files changed, 9 insertions, 18 deletions
diff --git a/data/org.gnome.settings-daemon.peripherals.wacom.gschema.xml.in.in b/data/org.gnome.settings-daemon.peripherals.wacom.gschema.xml.in.in
index 1ee55b0b..9233db6f 100644
--- a/data/org.gnome.settings-daemon.peripherals.wacom.gschema.xml.in.in
+++ b/data/org.gnome.settings-daemon.peripherals.wacom.gschema.xml.in.in
@@ -17,10 +17,16 @@
<child name="cursor" schema="org.gnome.settings-daemon.peripherals.wacom.cursor"/>
<child name="pad" schema="org.gnome.settings-daemon.peripherals.wacom.pad"/>
+ <!-- is-absolute applies to all tools but PAD -->
+ <key name="is-absolute" type="b">
+ <default>true</default>
+ <_summary>Wacom stylus absolute mode</_summary>
+ <_description>Enable this to set the tablet to absolute mode.</_description>
+ </key>
<key name="rotation" enum="org.gnome.settings-daemon.GsdWacomRotation">
- <default>'none'</default>
- <_summary>Wacom tablet rotation</_summary>
- <_description>Set this to 'none', 'cw' for 90 degree clockwise, 'half' for 180 degree, and 'ccw' for 90 degree counterclockwise.</_description>
+ <default>'none'</default>
+ <_summary>Wacom tablet rotation</_summary>
+ <_description>Set this to 'none', 'cw' for 90 degree clockwise, 'half' for 180 degree, and 'ccw' for 90 degree counterclockwise.</_description>
</key>
<key name="touch" type="b">
<default>true</default>
@@ -34,11 +40,6 @@
</key>
</schema>
<schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.settings-daemon.peripherals.wacom.stylus" path="/org/gnome/settings-daemon/peripherals/wacom/stylus/">
- <key name="is-absolute" type="b">
- <default>true</default>
- <_summary>Wacom stylus absolute mode</_summary>
- <_description>Enable this to set the stylus to absolute mode.</_description>
- </key>
<key name="pressurecurve" type="ai">
<default>[0, 0, 100, 100]</default>
<_summary>Wacom stylus pressure curve</_summary>
@@ -61,11 +62,6 @@
</key>
</schema>
<schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.settings-daemon.peripherals.wacom.eraser" path="/org/gnome/settings-daemon/peripherals/wacom/eraser/">
- <key name="is-absolute" type="b">
- <default>true</default>
- <_summary>Wacom eraser absolute mode</_summary>
- <_description>Enable this to set the eraser to absolute mode.</_description>
- </key>
<key name="pressurecurve" type="ai">
<default>[0, 0, 100, 100]</default>
<_summary>Wacom eraser pressure curve</_summary>
@@ -88,11 +84,6 @@
</key>
</schema>
<schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.settings-daemon.peripherals.wacom.cursor" path="/org/gnome/settings-daemon/peripherals/wacom/cursor/">
- <key name="is-absolute" type="b">
- <default>false</default>
- <_summary>Wacom cursor absolute mode</_summary>
- <_description>Enable this to set the cursor to absolute mode.</_description>
- </key>
<key name="area" type="ai">
<default>[-1, -1, -1, -1]</default>
<_summary>Wacom cursor tablet area</_summary>