Skip to content

DesiQuintans/CapslockNumpad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CapslockNumpad

An Autohotkey script for Windows that lets you emulate a numeric keypad (numpad) on a keyboard that doesn't have it. Both NumLock modes are usable.

Operation

Extract CapslockNumpad.exe to anywhere on your computer and run it. The executable does not write anything to your computer.

Press Ctrl + CapsLock to toggle the numpad on and off. Press \ (above the Enter key) to toggle NumLock.

The source code is in CapsLock_Numpad.ahk if you want to edit the script, but it will not have the nice icons.

Key layout diagram

The tray icon for CapslockNumpad changes colour to indicate the state of the numpad (grey for disabled, blue for enabled). I recommend setting this icon to always be visible in the tray (in Windows 10: Right-click the taskbar → Taskbar settings → Notification area → Select with icons appear on the taskbar). The state of NumLock is in the hover tooltip of the tray icon.

Acknowledgements