susam / uncap

Map Caps Lock to Escape or any key to any key
MIT License
1.07k stars 44 forks source link

[Beginner] How do I stop Uncap? #14

Closed ianyepan closed 4 years ago

ianyepan commented 4 years ago

Thank you for this package! As a new windows user, I'd like to know what's the suggested way to stop uncap.exe if I ever need to? Any help would be appreciated, thanks in advance.

susam commented 4 years ago

See README: Usage: point 10:

Uncap runs without displaying a console by default. To terminate another instance of Uncap that may be running, use the -k or --kill option.

uncap -k

The above command kills all other instances of Uncap that are running with or without a console.

I hope this helps.