summaryrefslogtreecommitdiff
path: root/data/org.gnome.settings-daemon.peripherals.wacom.gschema.xml.in.in
blob: aae6f3120fe49cb414cadad2988aa913e799df7a (plain)
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<schemalist>
  <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.settings-daemon.peripherals.wacom">
    <child name="stylus" schema="org.gnome.settings-daemon.peripherals.wacom.stylus"/>
    <child name="eraser" schema="org.gnome.settings-daemon.peripherals.wacom.eraser"/>

    <!-- is-absolute applies to all tools but PAD, CURSOR is hard-coded -->
    <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="area" type="ai">
      <default>[-1, -1, -1, -1]</default>
      <_summary>Wacom tablet area</_summary>
      <_description>Set this to x1, y1 and x2, y2 of the area usable by the tools.</_description>
    </key>
    <key name="keep-aspect" type="b">
      <default>false</default>
      <_summary>Wacom tablet aspect ratio</_summary>
      <_description>Enable this to restrict the Wacom tablet area to match the aspect ratio of the output.</_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>
    </key>
    <key name="touch" type="b">
      <default>true</default>
      <_summary>Wacom touch feature</_summary>
      <_description>Enable this to move the cursor when the user touches the tablet.</_description>
    </key>
  </schema>
  <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.settings-daemon.peripherals.wacom.stylus">
    <key name="pressurecurve" type="ai">
      <default>[0, 0, 100, 100]</default>
      <_summary>Wacom stylus pressure curve</_summary>
      <_description>Set this to x1, y1 and x2, y2 of the pressure curve applied to the stylus.</_description>
    </key>
    <key name="buttonmapping" type="ai">
      <default>[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16]</default>
      <_summary>Wacom stylus button mapping</_summary>
      <_description>Set this to the logical button mapping.</_description>
    </key>
    <key name="pressurethreshold" type="i">
      <default>-1</default>
      <_summary>Wacom stylus pressure threshold</_summary>
      <_description>Set this to the pressure value at which a stylus click event is generated.</_description>
    </key>
  </schema>
  <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.settings-daemon.peripherals.wacom.eraser">
    <key name="pressurecurve" type="ai">
      <default>[0, 0, 100, 100]</default>
      <_summary>Wacom eraser pressure curve</_summary>
      <_description>Set this to x1, y1 and x2, y2 of the pressure curve applied to the eraser.</_description>
    </key>
    <key name="buttonmapping" type="ai">
      <default>[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16]</default>
      <_summary>Wacom eraser button mapping</_summary>
      <_description>Set this to the logical button mapping.</_description>
    </key>
    <key name="pressurethreshold" type="i">
      <default>-1</default>
      <_summary>Wacom eraser pressure threshold</_summary>
      <_description>Set this to the pressure value at which an eraser click event is generated.</_description>
    </key>
  </schema>
  <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.settings-daemon.peripherals.wacom.tablet-button">
    <key name="action-type" enum="org.gnome.settings-daemon.GsdWacomActionType">
      <default>'none'</default>
      <_summary>Wacom button action type</_summary>
      <_description>The type of action triggered by the button being pressed.</_description>
    </key>
    <key name="custom-action" type="s">
      <default>''</default>
      <_summary>Key combination for the custom action</_summary>
      <_description>The keyboard shortcut generated when the button is pressed for custom actions.</_description>
    </key>
    <key name="custom-elevator-action" type="as">
      <default>['', '']</default>
      <_summary>Key combinations for a touchring or touchstrip custom action</_summary>
      <_description>The keyboard shortcuts generated when a touchring or touchstrip is used for custom actions (up followed by down).</_description>
    </key>
    <key name="oled-label" type="s">
      <default>''</default>
      <!-- Translators: This is the OLED display on an Intuos4 tablet:
           http://eu.shop.wacom.eu/images/articles/d9abd9f2d4d88aa0649cda97a8077e2b_8.jpg -->
      <_summary>Button label for OLED display.</_summary>
      <_description>Label will be rendered to OLED display belonging to the button</_description>
    </key>
  </schema>
</schemalist>