8

I have a keyboard without the NumLock key. The keyboard is a Dell wireless one, similar to the MAC one. It has a clear key rather than NumLock like in older keyboards. How can I toggle the NumLock on and off?

Byte Commander
  • 110,523
dodohjk
  • 1,541
  • Maybe you can map a physical key you don't need on your keyboard to act as NumLock? – Byte Commander Oct 19 '15 at 11:06
  • If the keyboard doesn't have a NumLock key, chances are the number pad doesn't support sending the alternate keystrokes, which means that even if you managed to map a NumLock key, it just wouldn't do anything. – TheWanderer Oct 19 '15 at 11:28

2 Answers2

6

Using super-user rights:

Install numlockx:

sudo apt-get install numlockx

Turn off Num Lock with numlockx off.

Turn it on with numlockx on.

Without super-user access:

gedit ~/.xinitrc

Add the following line:

/usr/bin/numlockx on

Unfortunately, you need the package numlockx for the above...

TellMeWhy
  • 18,014
5

You may have the On Screen Keyboard installed. In the dash, search for Onboard.

Onboard on-screen keyboard

The NumLock key is on the numerical page, under the "123" key on the lower right.

Jos
  • 30,707