From 505cabbd3036081f26586cabc64c26e7769c0ec9 Mon Sep 17 00:00:00 2001 From: Perberos Date: Thu, 1 Dec 2011 23:53:21 -0300 Subject: moving from https://github.com/perberos/mate-desktop-environment --- data/desktop_mate_peripherals_touchpad.schemas.in | 65 +++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 data/desktop_mate_peripherals_touchpad.schemas.in (limited to 'data/desktop_mate_peripherals_touchpad.schemas.in') diff --git a/data/desktop_mate_peripherals_touchpad.schemas.in b/data/desktop_mate_peripherals_touchpad.schemas.in new file mode 100644 index 0000000..546b34b --- /dev/null +++ b/data/desktop_mate_peripherals_touchpad.schemas.in @@ -0,0 +1,65 @@ + + + + + + /schemas/desktop/mate/peripherals/touchpad/disable_while_typing + /desktop/mate/peripherals/touchpad/disable_while_typing + mate + bool + FALSE + + Disable touchpad while typing + Set this to TRUE if you have problems with accidentally hitting the touchpad while typing. + + + + + /schemas/desktop/mate/peripherals/touchpad/tap_to_click + /desktop/mate/peripherals/touchpad/tap_to_click + mate + bool + FALSE + + Enable mouse clicks with touchpad + Set this to TRUE to be able to send mouse clicks by tapping on the touchpad. + + + + + /schemas/desktop/mate/peripherals/touchpad/scroll_method + /desktop/mate/peripherals/touchpad/scroll_method + mate + int + 1 + + Select the touchpad scroll method + Select the touchpad scroll method. Supported values are: 0: disabled, 1: edge scrolling, and 2: two-finger scrolling + + + + + /schemas/desktop/mate/peripherals/touchpad/horiz_scroll_enabled + /desktop/mate/peripherals/touchpad/horiz_scroll_enabled + mate + bool + FALSE + + Enable horizontal scrolling + Set this to TRUE to allow horizontal scrolling by the same method selected with the scroll_method key. + + + + + /schemas/desktop/mate/peripherals/touchpad/touchpad_enabled + /desktop/mate/peripherals/touchpad/touchpad_enabled + mate + bool + TRUE + + Enable touchpad + Set this to TRUE to enable all touchpads. + + + + -- cgit v1.2.1