In the mouse_sensitivity.exe program it has these written in it
Win+F1 ::DllCall("SystemParametersInfo", Int,113, Int,0, UInt,14, Int,2) ;normal sensitivity
Win+F2 ::DllCall("SystemParametersInfo", Int,113, Int,0, UInt,1, Int,2) ;slow sensitivity
Win+F3 ::DllCall("SystemParametersInfo", Int,113, Int,0, UInt,20, Int,2) ;fast sensitivity
How would you write these in a script and what type of script would it be?.... I tried using batch files but couldn't get it to perform.