diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/org.mate.peripherals-touchpad.gschema.xml.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/data/org.mate.peripherals-touchpad.gschema.xml.in b/data/org.mate.peripherals-touchpad.gschema.xml.in index eab7d6b..d3557dd 100644 --- a/data/org.mate.peripherals-touchpad.gschema.xml.in +++ b/data/org.mate.peripherals-touchpad.gschema.xml.in @@ -1,4 +1,9 @@ <schemalist gettext-domain="@GETTEXT_PACKAGE@"> + <enum id="org.mate.peripherals-touchpad.Handedness"> + <value nick="right" value="0"/> + <value nick="left" value="1"/> + <value nick="mouse" value="2"/> + </enum> <schema id="org.mate.peripherals-touchpad" path="/org/mate/desktop/peripherals/touchpad/"> <key name="disable-while-typing" type="b"> <default>false</default> @@ -65,5 +70,10 @@ <summary>Three finger tap button</summary> <description>Select the button mapping for three-finger tap. Supported values are: 1: left mouse button 2: middle mouse button 3: right mouse button</description> </key> + <key name="left-handed" enum="org.mate.peripherals-touchpad.Handedness"> + <default>'mouse'</default> + <summary>Touchpad button orientation</summary> + <description>Swap left and right buttons for left-handed touchpads with 'left', 'right' for right-handed, 'mouse' to follow the mouse setting.</description> + </key> </schema> </schemalist> |