Skip to content

Instantly share code, notes, and snippets.

@pythoninthegrass
Created October 18, 2020 00:51
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pythoninthegrass/2d5fca1144079ed048d923dfc1ae627b to your computer and use it in GitHub Desktop.
Save pythoninthegrass/2d5fca1144079ed048d923dfc1ae627b to your computer and use it in GitHub Desktop.
Disco Elysium mouse remap to become completely playable without the keyboard
#IfWinActive ahk_exe disco.exe
RButton::
Click,
Click, down
KeyWait, RButton
Click, up
return
MButton::ESC
XButton1::
Toggle := !Toggle
If Toggle
Send {TAB Down}
else
Send {TAB Up}
return
XButton2::j
#IfWinActive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment