You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| down3 | 3-finger swipe down | ctrl+alt+Up | switch to above workspace |
70
70
| down4 | 4-finger swipe down | ctrl+alt+shift+Up | move window to above workpace |
71
71
| threshold | mouse pixels to activate swipe | 0.0 | tweak this if you're having troubles with touchpad sensitivity (higher = less sensitive, values can be as large as 1000.0) |
72
-
| hold3 | holds a mouse button when 3 fingers are down | (none) | See [Mouse Gestures (Experimental)](#mouse-gestures-experimental)|
73
-
| hold4 | holds a mouse button when 4 fingers are down | (none) | See [Mouse Gestures (Experimental)](#mouse-gestures-experimental)|
72
+
| hold3 | holds a mouse button when 3 fingers are down | (none) | See [Mouse Gestures (Experimental)](#mouse-gestures-experimental)|
73
+
| hold4 | holds a mouse button when 4 fingers are down | (none) | See [Mouse Gestures (Experimental)](#mouse-gestures-experimental)|
74
74
75
75
After making changes, make sure to restart the program:
76
76
@@ -154,7 +154,7 @@ Refer to https://www.linux.org/threads/xdotool-keyboard.10528/ for a complete li
154
154
# Ubuntu
155
155
down3 = ctrl+super+d
156
156
```
157
-
157
+
158
158
```bash
159
159
# GNOME
160
160
down3 = super+d
@@ -198,57 +198,57 @@ We have included simple mouse gestures on swipe by setting `hold3` and `hold4`.
198
198
```bash
199
199
Possible Values (hold3, hold4):
200
200
201
-
move # just move the mouse cursor (no mousedown)
202
-
button1 # hold left click on finger swipe
203
-
button2 # hold middle click on finger swipe
204
-
button3 # hold right click on finger swipe
205
-
button4 # wheel up on finger swipe (experimental)
206
-
button5 # wheel down on finger swipe (experimental)
207
-
scroll # naive 3/4 finger natural scroll (no acceleration, very experimental)
208
-
scroll_reverse # naive 3/4 finger reverse scroll (no acceleration, very experimental)
201
+
move # just move the mouse cursor (no mousedown)
202
+
button1 # hold left click on finger swipe
203
+
button2 # hold middle click on finger swipe
204
+
button3 # hold right click on finger swipe
205
+
button4 # wheel up on finger swipe (experimental)
206
+
button5 # wheel down on finger swipe (experimental)
207
+
scroll # naive 3/4 finger natural scroll (no acceleration, very experimental)
208
+
scroll_reverse # naive 3/4 finger reverse scroll (no acceleration, very experimental)
209
209
```
210
210
211
211
Any value not mentioned above disables the mouse-hold.
212
212
213
213
Examples:
214
214
215
-
* 3-finger drag
215
+
- 3-finger drag
216
216
217
-
```bash
218
-
hold3 = button1
219
-
```
217
+
```bash
218
+
hold3 = button1
219
+
```
220
220
221
-
* 4-finger drag (with middle click)
221
+
- 4-finger drag (with middle click)
222
222
223
-
```bash
224
-
hold4 = button2
225
-
```
223
+
```bash
224
+
hold4 = button2
225
+
```
226
226
227
-
* 3-finger natural scroll
227
+
- 3-finger natural scroll
228
228
229
-
```bash
230
-
hold3 = scroll
231
-
```
229
+
```bash
230
+
hold3 = scroll
231
+
```
232
232
233
-
* 4-finger reverse scroll
233
+
- 4-finger reverse scroll
234
234
235
-
```bash
236
-
hold4 = scroll_reverse
237
-
```
235
+
```bash
236
+
hold4 = scroll_reverse
237
+
```
238
238
239
-
* Just move the cursor
239
+
- Just move the cursor
240
240
241
-
```bash
242
-
hold3 = move
243
-
hold4 = move
244
-
```
241
+
```bash
242
+
hold3 = move
243
+
hold4 = move
244
+
```
245
245
246
-
* Any other command will disable the mouse hold
246
+
- Any other command will disable the mouse hold
247
247
248
-
```bash
249
-
hold3 = disabled
250
-
hold4 = nothing
251
-
```
248
+
```bash
249
+
hold3 = disabled
250
+
hold4 = nothing
251
+
```
252
252
253
253
**Note**: Applying any mouse-hold configuration will disable up/left/right/down behavior to avoid gesture conflicts. The logic of this will be improved in the future.
254
254
@@ -289,7 +289,9 @@ If you can see `GESTURE_SWIPE_XXX` in your output, that means your touchpad supp
289
289
290
290
## Uninstall
291
291
292
-
Download the `uninstall` script then run `bash uninstall`
0 commit comments