March 19, 2011, 5:57 pm
Want mouse key (ie, move mouse via numpad keys) functionality back? Do what forum user haroldw did:
So, I added following section to /etc/X11/xorg.conf:
Section "InputClass"
Identifier "Logitech Logitech USB Keyboard"
MatchIsKeyboard "yes"
Option "XkbOptions" "keypad:pointerkeys"
EndSection
via No more Xorg Mousekeys [Solved]