How to add number keys to the Windows 10 keyboard
Not all keyboards are the same. The physical keyboard changes according to the key layout they support, for example, the Apple keyboard is very different from the Windows keyboard. A large keyboard has a dedicated number pad and a small keyboard is removed to shrink the size. Users can use numeric keys on the top of the letter keys to enter numbers. Some applications force you to use a row of numeric keys (numpad) in this case, you can use AutoHotkey to add number keys to the keyboard.
When you press a key, your operating system will recognize it via a virtual key code. Each key has its own code depending on the keyboard layout you added. If you need to add numeric keys to the keyboard, you'll have to make the operating system realize that the number key you're pressing is actually present on a dedicated keyboard.
How to add a row of numeric keys to the Windows 10 keyboard
Download AutoHotKey. After installing, open Notepad and paste the following into Notepad. Save the file with the AHK file extension for example; numpad.ahk.
#If GetKeyState ("CapsLock", "T")
1 :: Numpad1
2 :: Numpad2
3 :: Numpad3
4 :: Numpad4
5 :: Numpad5
6 :: Numpad6
7 :: Numpad7
8 :: Numpad8
9 :: Numpad9
0 :: Numpad0
Run this file. To simulate, press the numpad key, turn on Capslock . With the process in progress, enabling Capslock is equivalent to enabling numLock .
When you click on the number keys at the beginning of the letter keys, your operating system will assume that you are pressing a number key on the actual keyboard. You can experiment with the application called Keyboard Tester. The screenshot below shows the number 2 entered by pressing the 2 key on the actual keyboard, but it is actually entered by pressing 2 on the numeric row row at the top of the keyboard.
Limitations when adding number keys to the Windows 10 keyboard
This script only works for numbers, not any symbols or keys on the numeric row row. If you click the plus, minus sign or slash, it will not be recognized as a key on the numeric keypad. Similarly, the "." will also not be mapped as a decimal key on the numeric row row.
With Windows 10, this trick applies to all applications, for example when you want to move the cursor with the number keys. If you need a row of numeric keys for game or application shortcuts, this small script will be useful. You can find an application to do this, but it will consume more computer resources.
See more:
- No numeric keypad? No problem! Here's how to create a numeric keypad on Windows
- Summary of several ways to open virtual keyboard on Windows XP / 7/8 / 8.1 / 10
- Instructions for handling when the laptop keyboard key is broken
You should read it
- How to enable the numeric keypad as a mouse on Windows 11
- 5 best gaming keypads in 2024
- Why are phone and computer number keys different?
- Why are ATMs using metal numeric keypads?
- Turn photoshop tools into a unique and handy physical keyboard
- Why is the number 0 on the keypad to the right of the number 9?
- How to turn off the Laptop keyboard to use an external keyboard
- Why is the computer's numeric keypad locked? How to fix it?
May be interested
- Notable security features on the latest Windows 10with windows 10 updates, spring creators update (priced at $ 92.99 at amazon.com), microsoft gives you greater control over your data and accounts. after learning about new features like timeline, sharing and installation application, you will probably want to familiarize yourself with this new set of security settings.
- How to create a custom keyboard layout for Windows 10windows 10 has a lot of keyboard layouts for different languages and you can add any keyboard layout you need to use. if you can't find the keyboard layout that suits your needs, no matter how they are, you can always create a custom keyboard layout.
- How to rename applications in the App List in the Start menu on Windows 10the application is added to the list by proper name, for example, if you install chrome, you will see the application listed by chrome name in the app list. these names are user-friendly, but you can still rename items in the application list on the start menu if you wish.
- Microsoft released a critical security patch update for all versions of Windows 10a series of important cumulative updates for versions of windows 10 have been released by microsoft to address serious security issues.
- Experience fast on Windows 10 Lean Editionwindows 10 lean edition will appear on devices with 16gb of storage. it is designed to ensure that low-memory devices can still receive windows updates.
- How to display this list of This PC Windows 10 driveswhen you open this pc on windows 10 there will be no available drives, instead a list of recently opened files.