Advertisement
Guest User

X11 input rules

a guest
Dec 21st, 2014
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. ### Old Style input behaviour (deprecated)
  2. Section "InputDevice"
  3. Identifier "Keyboard1"
  4. Driver "kbd"
  5. Option "XkbModel" "pc105"
  6. Option "XkbLayout" "de"
  7. Option "XkbVariant" "nodeadkeys"
  8. EndSection
  9.  
  10. ### New input class behaviour
  11. #Section "InputClass"
  12. # Identifier "USB Keyboards"
  13. # MatchDevicePath "/dev/usb/hiddev*"
  14. # Driver "kbd"
  15. #EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement