Home Blog Archive Software Numpad Emulator for Laptops: These are the options

Numpad Emulator for Laptops: These are the options

  • May 17, 2024
  • 4140
  • 0

Your Laptop has no Numpad, you can upgrade a using Emulator. We propose several solutions and show you how to use it properly.

1. Numpad via the on-screen keyboard on the Laptop retrofit

Often the default on-screen keyboard can provide a remedy. On Ubuntu Linux, OS X or macOS, and Windows is already included in the operating system. Disadvantage: The on-screen keyboard consumes additional space on the screen. Besides, it is tiresome and cumbersome, to use them with the mouse. The Standard Tools are only suitable if you need to use the Numpad only rarely.

Default on-screen keyboard in Windows

Windows 10 set the on-screen keyboard using the start menu.
  1. Open the Windows start menu and type "keyboard" into the search. Open the Desktop App "on-screen keyboard" (on-screen keyboard).
  2. The on-screen keyboard without the Numpad. You can change this by pressing "options" (bottom-right of the keyboard).
  3. Select the Option to "turn on numeric keypad", on the Numpad to turn it on. With "NUM lock" allows you to switch between function keys (page up/down, end etc.) and numeric keypad.
Default on-screen keyboard in Windows

Default on-screen keyboard in Linux (Ubuntu)

Ubuntu need to "Onboard" to be installed, so you can use the Numpad of the on-screen keyboard use can.
  1. Verify that "Onboard" is not installed or you do this with the command "sudo apt-get install onboard" in Terminal.
  2. Start "Onboard" on the application menu, or via the Terminal (command "onboard").
  3. You make the Numpad on the Option to "123" and "Nm Lk" (Num Lock) is displayed.
Default on-screen keyboard "Onboard" on Ubuntu Linux

Default on-screen keyboard on the Mac

In OS X, set the on-screen keyboard, using the Apple-menu a:
  1. Click on the Apple Icon and go to the "system settings".
  2. You "choose keyboard" and enable "keyboard and character tables in the menu bar".
  3. There is a new Icon with an asterisk appears in the task bar. Click on the Icon.
  4. In the drop-down menu, select "show keyboard viewer".
On-screen keyboard on a Mac

2. Numpad on the Notebook: Key Mapping

Alternatively, you can, for example, the numbers 0 to 9 on the Numpad-numbers, or the keys ASDW. The advantage of this is that there is no space for the virtual buttons is lost on the screen and you can use the keys much faster. The latter is often the case with Games and more complex Software is an advantage.

Key Mapping using AutoHotKey in Windows

With AutoHotkey you can create a Windows Keyboard layout and keys folders. Thanks to the graphical interface, you navigate in this Tool easy to to the desired Numpad Emulator.
  • Download AutoHotkey down. Install the program using the Installer and restart Windows. During the Installation you will be asked whether the configuration file "AutoHotkey.ahk" to open. Select "Yes".
  • Enter in the file the following Text to the 0-9 keys mapped to the Numpad-numbers. Then the Computer sends more always when you Press a number key (top row of the keyboard) a keyboard command to the virtual Numpad-key to the System.
  • 0::Send, {Numpad0} 1::Send, {Numpad1} 2::Send, {Numpad2} 3::Send, {Numpad3} 4::Send, {Numpad4} 5::Send, {Numpad5} 6::Send, {Numpad6} 7::Send, {Numpad7} 8::Send, {Numpad8} 9::Send, {Numpad9}
  • You can also map other keys like ASDW keys. Further instructions can be found here.
Installation of AutoHotkey

Key Mapping with xev and xmodmap under Linux

xmodmap met on Linux the same purpose as AutoHotkey under Windows: It maps certain mechanical keys on the virtual Numpad-digits:
  • xev and xmodmap are pre-installed on Ubuntu already by default.
  • You start xev with the command "xev" in the Terminal. It is an issue of during the term of entered keyboard Events appears. You tap the digits 0-9, the corresponding Keycodes to read. Read also the name of the behavior of the pressed button (the expression before the round bracket). By default, the Keycodes for the digit keys 10 to 19, and the Numpad-name KP_1 up KP_0 are.
  • Now enter the commands for the Mapping in the Terminal: xmodmap -e "keycode 10 = KP_1 and so on for the nine digits. Replace the numbers and behavior-name by the xev values that are read.
Reading Keycodes under xev

YOU MAY ALSO LIKE

0 COMMENTS

LEAVE A COMMENT

Human?
1 + 3 =