- '-' and '_' are ignored
(
display-off
is the same asdisplayoff
) displayoff
ornodisplay
- Doesn't display the
"toggled <caps lock state> and <caps lock key hold state>"
message
- Doesn't display the
t
ortime
- Next argument is the time that it will take to turn off Caps Lock in milliseconds (default is 300 ms)
notoggle
oronlyhold
- Makes Caps Lock only holdable (not toggleable)
waittime
orwait
- Makes it wait after each iteration (runs faster but less accurate)
- Go to this page and download the executable
- Click on it and it will open a terminal window which You can't close!
- Download this repo
- Unzip it
- Install rustup if you don't already have it installed
- Open your terminal in the unzipped folder
- Run
cargo run
or if you want to use rustc (what is it) runrustc src\main.rs
then run./main
ormain
depending on your platform - All done so you can just remove all other files and keep the output
main
file andmain.pdb
file if there is one