Advertisement
Guest User

Untitled

a guest
May 23rd, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. Section "InputDevice"
  2. # generated from default
  3. Identifier "Mouse0"
  4. Driver "mouse"
  5. Option "Protocol" "auto"
  6. Option "Device" "/dev/psaux"
  7. Option "Emulate3Buttons" "no"
  8. Option "ZAxisMapping" "4 5"
  9. EndSection
  10.  
  11. Section "InputDevice"
  12. Identifier "Keyboard0"
  13. Driver "kbd"
  14. #MatchIsKeyboard "yes"
  15. Option "XkbLayout" "de"
  16. Option "XkbModel" "pc105"
  17. Option "XkbVariant" "de_nodeadkeys"
  18. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement