summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2018-07-30 21:00:22 +0200
committerCarlos Garnacho <carlosg@gnome.org>2018-07-30 21:18:16 +0200
commitda312460b9f4efa0b9a3cc8e5c760b5fe13218ad (patch)
tree3cac06a3abe3869ec9fc29d3feaa1de88267ad5f
parent2ffcc646058decbd4c7b728729fa60b2851e96d9 (diff)
downloadgsettings-desktop-schemas-carlosg/peripheral-outputs.tar.gz
schemas: Update touchscreen/tablet mapped output keycarlosg/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/">