Skip to content

Instantly share code, notes, and snippets.

@partrita
Last active February 27, 2023 00:02
Show Gist options
  • Select an option

  • Save partrita/12de264bc41c6069d5ebd70a6e464fa2 to your computer and use it in GitHub Desktop.

Select an option

Save partrita/12de264bc41c6069d5ebd70a6e464fa2 to your computer and use it in GitHub Desktop.
My mouseable(https://github.com/wirekang/mouseable) key config files.
{
"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