diff options
Diffstat (limited to 'data/org.mate.peripherals-touchpad.gschema.xml.in.in')
-rw-r--r-- | data/org.mate.peripherals-touchpad.gschema.xml.in.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/data/org.mate.peripherals-touchpad.gschema.xml.in.in b/data/org.mate.peripherals-touchpad.gschema.xml.in.in index 8a30d1f..a7f5d05 100644 --- a/data/org.mate.peripherals-touchpad.gschema.xml.in.in +++ b/data/org.mate.peripherals-touchpad.gschema.xml.in.in @@ -25,5 +25,20 @@ <_summary>Enable touchpad</_summary> <_description>Set this to TRUE to enable all touchpads.</_description> </key> + <key name="tap-button-one-finger" type="i"> + <default>1</default> + <_summary>One finger tap button</_summary> + <_description>Select the button mapping for one-finger tap. Supported values are: 1: left mouse button 2: middle mouse button 3: right mouse button</_description> + </key> + <key name="tap-button-two-finger" type="i"> + <default>2</default> + <_summary>Two finger tap button</_summary> + <_description>Select the button mapping for two-finger tap. Supported values are: 1: left mouse button 2: middle mouse button 3: right mouse button</_description> + </key> + <key name="tap-button-three-finger" type="i"> + <default>3</default> + <_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> </schema> </schemalist> |