Advertisement
aeris

Multiple layout X.org

Aug 14th, 2011
330
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. Section "InputClass"
  2. Identifier "default-keyboard"
  3. MatchIsKeyboard "yes"
  4. Option "XkbModel" "pc105"
  5. Option "XkbLayout" "fr,fr"
  6. Option "XkbVariant" ",bepo"
  7. Option "XkbOptions" "compose:lwin,kpdl:kposs,grp:sclk_toggle"
  8. EndSection
  9.  
  10. Section "InputClass"
  11. Identifier "laptop-keyboard"
  12. MatchIsKeyboard "yes"
  13. MatchProduct "AT Translated Set 2 keyboard"
  14. Option "XkbModel" "pc105"
  15. Option "XkbLayout" "fr,fr"
  16. Option "XkbVariant" "bepo,"
  17. Option "XkbOptions" "compose:lwin,kpdl:kposs,grp:sclk_toggle"
  18. EndSection
  19.  
  20. Section "InputClass"
  21. Identifier "typematrix"
  22. MatchIsKeyboard "yes"
  23. MatchVendor "TypeMatrix.com"
  24. MatchProduct "USB Keyboard"
  25. Option "XkbModel" "tm2030USB-102"
  26. Option "XkbLayout" "fr,fr"
  27. Option "XkbVariant" "bepo,"
  28. Option "XkbOptions" "compose:lwin,kpdl:kposs,grp:sclk_toggle"
  29. EndSection
  30.  
  31. Section "InputClass"
  32. Identifier "yubikey"
  33. MatchIsKeyboard "yes"
  34. MatchVendor "Yubico"
  35. MatchProduct "Yubikey"
  36. Option "XkbModel" "pc101"
  37. Option "XkbLayout" "us"
  38. Option "XkbVariant" "intl"
  39. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement