summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2018-07-30 21:00:22 +0200
committerCarlos Garnacho <carlosg@gnome.org>2018-12-06 16:48:14 +0100
commitc7eee129c6edbc1a5b121fa3327d83049325becb (patch)
treeae22330ae2b2c5242d0423d7c4576be3d6d690c6
parentd4ae429ee06267ae2b03f4b5f69dd35c06c89841 (diff)
downloadgsettings-desktop-schemas-wip/carlosg/peripheral-outputs.tar.gz
schemas: Update touchscreen/tablet mapped output keywip/carlosg/peripheral-outputs
Even though the setting doesn't change in essence, it has different semantics wrt its "default" value as it will no longer be maintained by g-s-d and honored by mutter, but handled entirely by mutter. This means the key won't hold the results from g-s-d mapping heuristics but is expected to be NULL if heuristics from mutter should apply. Generally, only opaque tablets will require this value to be overwritten, but the key will be honored on all devices in case heuristics go wrong.
-rw-r--r--schemas/org.gnome.desktop.peripherals.gschema.xml.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/schemas/org.gnome.desktop.peripherals.gschema.xml.in b/schemas/org.gnome.desktop.peripherals.gschema.xml.in
index 0f96982..e21e88c 100644
--- a/schemas/org.gnome.desktop.peripherals.gschema.xml.in
+++ b/schemas/org.gnome.desktop.peripherals.gschema.xml.in
@@ -102,10 +102,10 @@
</key>
</schema>
<schema id="org.gnome.desktop.peripherals.tablet">
- <key name="display" type="as">
+ <key name="output" type="as">
<default>["", "", ""]</default>
<summary>Drawing tablet mapping</summary>
- <description>EDID information of the monitor the tablet is mapped to. Must be in the format [vendor, product, serial]. ["","",""] disables mapping.</description>
+ <description>EDID information of the output the tablet is mapped to. Must be in the format [vendor, product, serial]. ["","",""] relies on automatic mapping.</description>
</key>
<key name="mapping" enum="org.gnome.desktop.GDesktopTabletMapping">
<default>'absolute'</default>
@@ -168,10 +168,10 @@
</key>
</schema>
<schema id="org.gnome.desktop.peripherals.touchscreen">
- <key name="display" type="as">
+ <key name="output" type="as">
<default>["", "", ""]</default>
- <summary>Touchscreen display mapping</summary>
- <description>EDID information of the monitor the touchscreen is mapped to. Must be in the format [vendor, product, serial]. ["","",""] disables mapping.</description>
+ <summary>Touchscreen output mapping</summary>
+ <description>EDID information of the output the touchscreen is mapped to. Must be in the format [vendor, product, serial]. ["","",""] relies on automatic mapping.</description>
</key>
</schema>
<schema id="org.gnome.desktop.peripherals.trackball" path="/org/gnome/desktop/peripherals/trackball/">