-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathio.furios.gesture.gschema.xml
35 lines (35 loc) · 1.4 KB
/
io.furios.gesture.gschema.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema id="io.furios.gesture" path="/io/furios/gesture/">
<key name="wake-sensor-enabled" type="b">
<default>false</default>
<summary>Enable wake sensor</summary>
<description>Whether the wake gesture sensor should wake the device up</description>
</key>
<key name="tilt-sensor-enabled" type="b">
<default>false</default>
<summary>Enable tilt sensor</summary>
<description>Whether the tilt sensor should wake the device up</description>
</key>
<key name="palm-rejection-enabled" type="b">
<default>false</default>
<summary>Enable palm rejection</summary>
<description>Whether palm rejection should be enabled</description>
</key>
<key name="glove-mode-enabled" type="b">
<default>false</default>
<summary>Enable glove mode</summary>
<description>Whether glove mode should be enabled</description>
</key>
<key name="palm-rejection-supported" type="b">
<default>false</default>
<summary>Palm rejection supported</summary>
<description>Whether palm rejection is supported on this device</description>
</key>
<key name="glove-mode-supported" type="b">
<default>false</default>
<summary>Glove mode supported</summary>
<description>Whether glove mode is supported on this device</description>
</key>
</schema>
</schemalist>