From 76e0ee3104a68d57e85aa4148702a888c0677bdf Mon Sep 17 00:00:00 2001 From: monsta Date: Mon, 31 Oct 2016 16:47:44 +0300 Subject: mouse: add key for separate touchpad handedness (left/right-handed) schema: org.mate.peripherals-touchpad key: left-handed (same name as in peripherals-mouse schema) values: 'right', 'left', 'mouse' default value: 'mouse' - follow the corresponding mouse setting (to keep the default behaviour same as before) adapted from: https://git.gnome.org/browse/gnome-settings-daemon/commit/?id=59ec6da345fa6d20c13d44f9cfe4f607cb1eeea3 https://git.gnome.org/browse/gnome-settings-daemon/commit/?id=ccaf750510e8797f22045490eb37d39693023ec6 --- data/org.mate.peripherals-touchpad.gschema.xml.in | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'data/org.mate.peripherals-touchpad.gschema.xml.in') 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 @@ + + + + + false @@ -65,5 +70,10 @@ Three finger tap button Select the button mapping for three-finger tap. Supported values are: 1: left mouse button 2: middle mouse button 3: right mouse button + + 'mouse' + Touchpad button orientation + Swap left and right buttons for left-handed touchpads with 'left', 'right' for right-handed, 'mouse' to follow the mouse setting. + -- cgit v1.2.1