Skip to content

Commit

Permalink
ReadMe: Update the defaults of "Tapping preferences" #39
Browse files Browse the repository at this point in the history
  • Loading branch information
artginzburg committed Nov 22, 2023
1 parent 0048aa1 commit 2c8a52f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -114,20 +114,20 @@ defaults write com.rouge41.middleClick fingers 4
- The position is normalized and values go from 0 to 1.

```ps1
defaults write com.rouge41.middleClick maxDistanceDelta 0.05
defaults write com.rouge41.middleClick maxDistanceDelta 0.03
```

> Default is 0.4
> Default is 0.05
#### Max Time Delta

- The maximum interval in milliseconds between touch and release for a tap to be considered valid.

```ps1
defaults write com.rouge41.middleClick maxTimeDelta 300
defaults write com.rouge41.middleClick maxTimeDelta 150
```

> Default is 500
> Default is 300
---

Expand Down

0 comments on commit 2c8a52f

Please sign in to comment.