summaryrefslogtreecommitdiff
path: root/data/org.gnome.settings-daemon.peripherals.wacom.gschema.xml.in.in
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2011-05-25 12:50:15 +1000
committerBastien Nocera <hadess@hadess.net>2011-05-25 11:41:06 +0100
commit299dc36fcef28528852e9af0735604900236e718 (patch)
treeecd30a85ce063c7e68e85569b60eeaecf1197f55 /data/org.gnome.settings-daemon.peripherals.wacom.gschema.xml.in.in
parent2f3d9c80bc5a018df7be7c051413765c1f9b7169 (diff)
downloadgnome-settings-daemon-299dc36fcef28528852e9af0735604900236e718.tar.gz
wacom: enable wacom touch key by default.
This was caused by a misunderstanding of the touch behaviour. This key enables/disables the touch part of the tablet altogether, not the behaviour of touch while using the pen. Hence the erroneous default, we really don't want to disable touch on most tablets by default. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> https://bugzilla.gnome.org/show_bug.cgi?id=651020
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.in4
1 files changed, 2 insertions, 2 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 738b26a3..4554d62a 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
@@ -23,9 +23,9 @@
<_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>false</default>
+ <default>true</default>
<_summary>Wacom touch feature</_summary>
- <_description>Enable this to only move the cursor when the user touches the tablet.</_description>
+ <_description>Enable this to move the cursor when the user touches the tablet.</_description>
</key>
<key name="tablet-pc-button" type="b">
<default>false</default>