Advertisement
Guest User

Untitled

a guest
Nov 28th, 2014
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1.  
  2.  
  3. Section "InputClass"
  4. Identifier "Keyboard Layout"
  5. MatchIsKeyboard "yes"
  6. MatchDevicePath "/dev/input/event*"
  7. Option "XkbLayout" "fr"
  8. Option "XkbVariant" "latin9" # accès aux caractères spéciaux pl$
  9. EndSection
  10.  
  11.  
  12. Section "InputClass"
  13. Identifier "keyboard Layout"
  14. MatchIsKeyboard "on"
  15. MatchDevicePath "/dev/input/event*"
  16. Option "XkbLayout" "fr, de, se"
  17. Option "XkbOptions" "grp:shifts_toggle"
  18. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement