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
Copy file name to clipboardExpand all lines: README.md
+20-17Lines changed: 20 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -419,46 +419,49 @@ Possible Values:
419
419
- scroll - 3/4 finger natural scroll (no acceleration, very experimental)
420
420
- scroll_reverse - 3/4 finger reverse scroll (no acceleration, very experimental)
421
421
422
+
> **Tip**: You can clear mouse gestures by setting them blank
423
+
>
424
+
> ```
425
+
> comfortable-swipe mouse3 =
426
+
> comfortable-swipe mouse4 =
427
+
> ```
428
+
422
429
Examples:
423
430
424
-
- 3/4-finger drag
431
+
✔️ swipes OK
432
+
⭕ swipes DISABLED
433
+
434
+
- 3/4-finger drag ⭕
435
+
425
436
```bash
426
437
comfortable-swipe mouse3 = button1
427
-
```
428
-
```bash
429
438
comfortable-swipe mouse4 = button1
430
439
```
431
-
- 3/4-finger natural scroll
432
440
433
-
```bash
434
-
comfortable-swipe mouse3 = scroll
435
-
```
441
+
You can also use `button2` for middle click and `button3` for right click.
442
+
443
+
- 3/4-finger natural scroll ⭕
436
444
437
445
```bash
446
+
comfortable-swipe mouse3 = scroll
438
447
comfortable-swipe mouse4 = scroll
439
448
```
440
449
441
-
- 3/4-finger reverse scroll
450
+
- 3/4-finger reverse scroll ⭕
442
451
443
452
```bash
444
453
comfortable-swipe mouse3 = scroll_reverse
445
-
```
446
-
447
-
```bash
448
454
comfortable-swipe mouse4 = scroll_reverse
449
455
```
450
456
451
-
- Move 3/4-fingers with the cursor
457
+
- Move 3/4-fingers with the cursor ✔️
452
458
453
459
```bash
454
460
comfortable-swipe mouse3 = move
461
+
comfortable-swipe mouse4 = move
455
462
```
456
463
457
-
```bash
458
-
mcomfortable-swipe ouse4 = move
459
-
```
460
-
461
-
> **Warning**: Applying any mouse-mouse configuration will **disable up/left/right/down behavior** to avoid gesture conflicts. The logic of this will be improved in the future.
464
+
> **Warning**: Some mouse configuration will **disable up/left/right/down behavior** to avoid gesture conflicts. The logic of this will be improved in the future.
0 commit comments