Skip to content
This repository has been archived by the owner on Oct 1, 2018. It is now read-only.

Commit

Permalink
Update trackpad gestures
Browse files Browse the repository at this point in the history
Change 2F scroll mode to extended accelration (4)
Disable edge scrolling
Swap swipe left and right actions
  • Loading branch information
b-ggs committed Apr 9, 2016
1 parent 5e5d724 commit 5aa736b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions trackpad/SmartTouchPad v4.5/ApplePS2SmartTouchPad_Info.plist
Expand Up @@ -1020,11 +1020,11 @@
<key>2FScroll</key>
<dict>
<key>2FScrollAccelMode</key>
<integer>3</integer>
<integer>4</integer>
<key>Auto2FingScroll</key>
<false/>
<key>Continuous2FingScroll</key>
<true/>
<false/>
<key>Inertial2FingScroll</key>
<true/>
<key>Sling2FingScroll</key>
Expand All @@ -1047,7 +1047,7 @@
<key>EdgeScrollAccelMode</key>
<integer>0</integer>
<key>EdgeScrolling</key>
<true/>
<false/>
<key>EdgeVScrollAdaptArea</key>
<integer>3</integer>
<key>EdgeVScrollArea</key>
Expand Down Expand Up @@ -1104,19 +1104,19 @@
<key>3FingerSwipeDownAction</key>
<integer>4</integer>
<key>3FingerSwipeLeftAction</key>
<integer>11</integer>
<key>3FingerSwipeRightAction</key>
<integer>12</integer>
<key>3FingerSwipeRightAction</key>
<integer>11</integer>
<key>3FingerSwipeUpAction</key>
<integer>4</integer>
<key>3FingerSwipes</key>
<true/>
<key>4FingerSwipeDownAction</key>
<integer>4</integer>
<key>4FingerSwipeLeftAction</key>
<integer>6</integer>
<key>4FingerSwipeRightAction</key>
<integer>7</integer>
<key>4FingerSwipeRightAction</key>
<integer>6</integer>
<key>4FingerSwipeUpAction</key>
<integer>4</integer>
<key>4FingerSwipes</key>
Expand Down

0 comments on commit 5aa736b

Please sign in to comment.