Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 641 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 641 Bytes

NumLockDialog

This project was created as a solution for keyboards without a light indicating whether Num Lock is toggled. The following project written in Python 3.7 gives the user a visual dialog indicating the state of Num Lock when the Num Lock key is pressed.

NumLockDialog only supports Windows operating systems.

How it works

NumLockDialog interfaces with Win32 API via the Python module ctypes to watch when a user presses the Num Lock key.

See it in action:

gif screencapture