Teste Mouse

You might also like

You are on page 1of 1

# Create a file /usr/share/X11/xorg.conf.d/90-enable-pointerkeys.

conf, with
contents:

Section "InputClass"
Identifier "Keyboard Defaults"
MatchIsKeyboard "yes"
Option "XkbOptions" "keypad:pointerkeys"
EndSection
- Enable for duration of session
setxkbmap -option keypad:pointerkeys

# in either case, Shift+NumLock will toggle mouse keys on/off

You might also like