Browse Source

enable pointerkeys via keypad

Fabian Peter Hammerle 6 years ago
parent
commit
13155fe5aa
1 changed files with 5 additions and 0 deletions
  1. 5 0
      xorg.conf

+ 5 - 0
xorg.conf

@@ -0,0 +1,5 @@
+Section "InputClass"
+    Identifier "Keyboard Defaults"
+    MatchIsKeyboard "yes"
+    Option "XkbOptions" "keypad:pointerkeys"
+EndSection