Advertisement
Guest User

Untitled

a guest
Oct 17th, 2011
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. Section "InputClass"
  2. MatchIsKeyboard "yes"
  3. Identifier "Default Keyboard"
  4. Driver "evdev"
  5. Option "CoreKeyboard"
  6. Option "XkbLayout" "us,ru"
  7. Option "XkbVariant" "colemak"
  8. Option "XkbOption" "grp:shift_caps_switch"
  9. EndSection
  10.  
  11. [stanis@home ~] % setxkbmap -print -verbose 10 [13:07:06]
  12. Setting verbose level to 10
  13. locale is C
  14. Applied rules from evdev:
  15. rules: evdev
  16. model: pc105
  17. layout: us,ru
  18. variant: colemak
  19. Trying to build keymap using the following components:
  20. keycodes: evdev+aliases(qwerty)
  21. types: complete
  22. compat: complete
  23. symbols: pc+us+ru:2+inet(evdev)
  24. geometry: pc(pc105)
  25. xkb_keymap {
  26. xkb_keycodes { include "evdev+aliases(qwerty)" };
  27. xkb_types { include "complete" };
  28. xkb_compat { include "complete" };
  29. xkb_symbols { include "pc+us+ru:2+inet(evdev)" };
  30. xkb_geometry { include "pc(pc105)" };
  31. };
  32.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement