diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2024-07-13 07:34:22 +0300 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2024-07-13 07:34:22 +0300 |
| commit | 2e906fc5fa9db0aa69cded149732d62b4b219aee (patch) | |
| tree | 914639c533c65bc4da54c33f8b320e999d7bdb7b /wiki/Configuration:-Input.md | |
| parent | a5a34934df2a6af21a608eb4d6865c234d7381e8 (diff) | |
| download | niri-2e906fc5fa9db0aa69cded149732d62b4b219aee.tar.gz niri-2e906fc5fa9db0aa69cded149732d62b4b219aee.tar.bz2 niri-2e906fc5fa9db0aa69cded149732d62b4b219aee.zip | |
Add middle-emulation libinput flag
Diffstat (limited to 'wiki/Configuration:-Input.md')
| -rw-r--r-- | wiki/Configuration:-Input.md | 4 |
1 files changed, 4 insertions, 0 deletions
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: |
