Small utility for setting the keyrate to higher speeds than is normally allowed by the Windows keyboard control panel.
Note: Assumes the use of mingw64.
Produces substantially larger binary compared to the original. (23KB vs 3KB)
task build
or gcc.exe -O2 -s -o keyrate.exe keyrate.c
Move the built binary into a folder in your PATH.
keyrate.exe <delay ms> <rate ms>
To disable, execute keyrate.exe
without arguments.