https://github.com/desiquintans/capslocknumpad
Ctrl + CapsLock to emulate a numeric keypad (numpad)
https://github.com/desiquintans/capslocknumpad
autohotkey keypad laptop numeric-keyboard numpad
Last synced: 26 days ago
JSON representation
Ctrl + CapsLock to emulate a numeric keypad (numpad)
- Host: GitHub
- URL: https://github.com/desiquintans/capslocknumpad
- Owner: DesiQuintans
- License: gpl-3.0
- Created: 2019-01-04T06:30:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-29T23:09:49.000Z (over 5 years ago)
- Last Synced: 2025-05-07T09:09:23.728Z (26 days ago)
- Topics: autohotkey, keypad, laptop, numeric-keyboard, numpad
- Language: AutoHotkey
- Size: 1.09 MB
- Stars: 7
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.

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
- Keyboard layout diagram from
- Base code from [/u/GroggyOtter](https://www.reddit.com/r/AutoHotkey/comments/abyg9b/help_script_for_emulated_numpad_function/)