Parcourir la source

enable pointerkeys via keypad

Fabian Peter Hammerle il y a 6 ans
Parent
commit
13155fe5aa
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  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