Closed Georgeforemangril closed 7 years ago
It's as simple as changing the value of FORCE_AIM_KEY
, inside settings/Aim.kts
.
https://github.com/Jire/Charlatano/blob/master/settings/Aim.kts#L56
You need to change it to a virtual key code, which you can find a list of here: https://msdn.microsoft.com/en-us/library/windows/desktop/dd375731(v=vs.85).aspx
The key code is the hexadecimal value, beginning with 0x. For example, 0x51 is the Q key, and 0x12 is the ALT key.
Hope that helps :smile:
Oh thank you very much!
Awesome program by the way, works perfectly!
How do i change the force aim key? i'm trying to bind it to "Q" or "Alt" but it doesn't run the script. I don't have a gaming mouse so this is why i want to change it. I managed to get the force aim key to work with Q but it stopped working