- Install minimal
adb
cli tool, connect your android phone to the computer and run the shell
adb devices
adb shell
- Set the animation duration (0.25 in this example)
g_LastCtrlKeyDownTime := 0 | |
g_AbortSendEsc := false | |
g_ControlRepeatDetected := false | |
*CapsLock:: | |
if (g_ControlRepeatDetected) | |
{ | |
return | |
} |