Sfoglia il codice sorgente

enable pointerkeys via keypad

Fabian Peter Hammerle 6 anni fa
parent
commit
13155fe5aa
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  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