From 2e906fc5fa9db0aa69cded149732d62b4b219aee Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Sat, 13 Jul 2024 07:34:22 +0300 Subject: Add middle-emulation libinput flag --- wiki/Configuration:-Input.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'wiki/Configuration:-Input.md') diff --git a/wiki/Configuration:-Input.md b/wiki/Configuration:-Input.md index bb000170..4c824b9a 100644 --- a/wiki/Configuration:-Input.md +++ b/wiki/Configuration:-Input.md @@ -37,6 +37,7 @@ input { // click-method "clickfinger" // left-handed // disabled-on-external-mouse + // middle-emulation } mouse { @@ -46,6 +47,7 @@ input { // accel-profile "flat" // scroll-method "no-scroll" // left-handed + // middle-emulation } trackpoint { @@ -54,6 +56,7 @@ input { // accel-speed 0.2 // accel-profile "flat" // scroll-method "on-button-down" + // middle-emulation } tablet { @@ -138,6 +141,7 @@ A few settings are common between `touchpad`, `mouse` and `trackpoint`: - `accel-profile`: can be `adaptive` (the default) or `flat` (disables pointer acceleration). - `scroll-method`: when to generate scroll events instead of pointer motion events, can be `no-scroll`, `two-finger`, `edge`, or `on-button-down`. The default and supported methods vary depending on the device type. +- `middle-emulation`: emulate a middle mouse click by pressing left and right mouse buttons at once. Settings specific to `touchpad`s: -- cgit