Linux – How to use numeric keypad as mouse

keyboardkeyboard shortcutslinux-mint

Is there a way in Linux mint to use numpad as a mouse on my desktop. I have tried shift+numlock but it did not work.

Is there a package that I must install?

Articles on the Internet are too old to be useful.

Best Answer

Try this:

setxkbmap -option keypad:pointerkeys

and then the combination.

Related Question