switch numlock capslock and scrolllock on/off for windows
- file name contains
num
such asnumlock
affectsNum Lock
status - file name contains
caps
orcapital
such ascapslock
affectsCaps Lock
status - file name contains
scrl
orscroll
such asscroll-lock
affectsScroll Lock
status
- run directly without any argument (for example simply double-click it) toggles status affected by file name on
- run with any argument toggles status affected by file name off
- change file name to
numlock.exe
and double-click it turnsNum Lock
on - change file name to
numlock.exe
and run it asnumlock 1
in a shell turnsNum Lock
off - change file name to
capslock.exe
and double-click it turnsCaps Lock
on
Releases are built with tcc using tcc numlock.c
,
it can also be built with other compliers such as gcc.