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
- Microsoft will use the completely new Office key to replace the Windows key or the useless Menu keymicrosoft is planning to remove the right windows key with a completely new office key, to add new shortcut keys for microsoft office applications.
- How to fix the error of not typing in the number on the laptop keyboarderror of not typing number on the laptop keyboard if it occurs frequently makes you difficult to use. how to handle this problem quickly? please refer to the fixes below!
- Using a computer for a long time, do you know the meaning of these keys?the list of the most useless keys on the computer keyboard and what their main function is.
- Summary of the features of Fn keys on laptopsthe fn key on the laptop keyboard with the full name is function. we still often call the function key. keys are often used in combination with keys f1 => f12. some new laptop lines often incorporate some other keys.
- How to Use Function Keys Without Pressing Fn on Windows 10you may be a bit annoyed because you have to press the fn key over and over to use the f1 to f12 keys on the keyboard. fortunately, there are a few ways to change this. tipsmake today will show you how to use function keys (f1 to f12) without pressing the fn key on windows 10. note: some computer manufacturers have preset the fn key used to activate the icon thumbnails on the keys f1 to f12 instead of pressing the key in that sequence directly; check in your computer's manual or try pressing the function keys to see if the fn key is needed before continuing.
- Google Infinity Keyboard with 208 keysgoogle japan has launched a quirky, joke-like version of its keyboard that features a double-sided mobius strip shape, instead of the familiar rectangle, to accommodate the 208 keys.
- How to turn off laptop keyboard to use separate keyboard quickly and easilywhen using a laptop, keyboard errors can occur such as stuck keys, keyboard jumping letters, broken keys, etc. let's learn how to turn off the laptop keyboard to use a simple separate keyboard.
- Why are phone and computer number keys different?the truth is that the number keys on the computer application on smartphones are completely different from the number keys when making phone calls. specifically, on the computer application the numbers 7, 8, 9 are arranged at the top, while with the calling application, the numbers 1, 2 and 3 above. why is there this difference?
- Why is the number 0 on the keypad to the right of the number 9?have you ever wondered why 1 through 9 are sorted in ascending order, but 0, which is a number less than 1, is to the right of 9, at the end of the sequence.
- Useful keyboard shortcuts in Microsoft Word (Part 3)to continue the previous post, tips make would like to summarize for you how to use the shortcut keys with the f key from f7, f8, ..., f12 with detailed explanation, easy-to-understand illustrations.