Last active
February 27, 2023 00:02
-
-
Save partrita/12de264bc41c6069d5ebd70a6e464fa2 to your computer and use it in GitHub Desktop.
My mouseable(https://github.com/wirekang/mouseable) key config files.
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
| { | |
| "command": { | |
| "activate": "alt+j", | |
| "deactivate": "alt+;", | |
| "activate-temp": "alt - alt", | |
| "move-left": "A", | |
| "move-down": "S", | |
| "move-up": "W", | |
| "move-right": "D", | |
| "teleport-forward": "K", | |
| "sniper-mode": "Space", | |
| "sniper-mode-wheel": "Space", | |
| "wheel-up": "Q", | |
| "wheel-down": "E", | |
| "click-left": "J", | |
| "click-middle": "I", | |
| "click-right": "L" | |
| }, | |
| "data": { | |
| "cursor-sniper-speed": 4, | |
| "cursor-acceleration": 1.0, | |
| "cursor-max-speed": 18, | |
| "key-timeout": 150, | |
| "show-overlay": true, | |
| "teleport-distance": 200, | |
| "wheel-acceleration": 4, | |
| "wheel-sniper-speed": 8, | |
| "wheel-max-speed": 40 | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment