Advertisement
Emulatorman

xorg.conf.generic

Nov 21st, 2011
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. Section "InputClass"
  2. Identifier "evdev keyboard catchall"
  3. Driver "evdev"
  4. MatchDevicePath "/dev/input/event*"
  5. MatchIsKeyboard "on"
  6. Option "XkbLayout" "es"
  7. # Option "XkbLayout" "es,la-latin1,br,us"
  8. Option "XkbModel" "pc105"
  9. Option "XkbRules" "evdev"
  10. Option "XkbOptions" "grp:alt_shift_toggle,grp:switch,compose:rwin,terminate:ctrl_alt_bksp,lv3:ralt_switch,numpad:pc"
  11. # Option "XkbVariant" ",qwerty"
  12. EndSection
  13.  
  14. Section "InputClass"
  15. Identifier "evdev pointer catchall"
  16. Driver "evdev"
  17. MatchDevicePath "/dev/input/event*"
  18. MatchIsPointer "on"
  19. EndSection
  20.  
  21.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement