Created
April 27, 2017 06:35
-
-
Save gklka/df7205b9268c75dce4486a466982f738 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>MouseButtonDivision</key> | |
<integer>55</integer> | |
<key>MouseButtonMode</key> | |
<string>TwoButton</string> | |
<key>MouseHorizontalScroll</key> | |
<true/> | |
<key>MouseMomentumScroll</key> | |
<true/> | |
<key>MouseOneFingerDoubleTapGesture</key> | |
<integer>1</integer> | |
<key>MouseTwoFingerDoubleTapGesture</key> | |
<integer>0</integer> | |
<key>MouseTwoFingerHorizSwipeGesture</key> | |
<integer>2</integer> | |
<key>MouseVerticalScroll</key> | |
<true/> | |
<key>UserPreferences</key> | |
<true/> | |
<key>version</key> | |
<integer>1</integer> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment