Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.25 KB

README.md

File metadata and controls

27 lines (16 loc) · 1.25 KB

YawspeedAHK

AutoHotKey v2.0 script to move mouse left and right.
Useful for trickshotting with keyboard and mouse.

Requirement

FAQ

  • How to change sensitivity of the yawspeed ?

    • Load the script and just press F11 on your keyboard and the config.ini will pop up, and you can change the value=100 and you put whatever sensitivity you want. The config file is stored in "C:\Temp" folder, you can find it and manually edit it.
  • Can I change key to turn left and right ?

    • Yes, for turning right, change xbutton2(here and here) to what key you want to turn right.
    • For turning left, change xbutton1(here and here) to what key you want to turn left.

Note

Check the full Key List.