Windows 10 Keyrate

I like to have a pretty fast key repeate-rate and a short delay. In Windows 10, this ends up not being possible from GUI…so I found this program to change it beyond the GUI settings. And my company only lets me use Windows…

Build it using cargo build (per the README.md). I put the binary in C:\Program Files\keyrate\. I then created a script to run at boot, by putting it in the %HOME\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\ folder

@ECHO OFF
keyrate 180 1
ECHO "keyrate set"
PAUSE

I put the pause in there so that every boot I know that this script ran, and can acknowledge the prompt.