Skip to content

Tags: myfreeer/numlock

Tags

0.2.2

Toggle 0.2.2's commit message
support to turn locks off by renaming executable

Example:
* numlock.exe -> NumLock On
* numlockoff.exe -> NumLock Off

0.2.1

Toggle 0.2.1's commit message
fix multiple match case

for example if file name is `nUm-caPs-scRl.exe` it would affect status of  `Num Lock` `Caps Lock` and `Scroll Lock`

0.2

Toggle 0.2's commit message
use SendInput instead of keybd_event

* keybd_event function has been superseded refers to https://msdn.microsoft.com/library/windows/desktop/ms646304(v=vs.85).aspx
* can change status of Caps Lock and Scroll Lock now

0.1

Toggle 0.1's commit message
Update README.md