Advertisement
Guest User

Untitled

a guest
Dec 13th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. Example for /etc/vconsole.conf :
  2. KEYMAP=us-acentos
  3.  
  4. Example for /etc/X11/xorg.conf.d/00-keyboard.conf :
  5. Section "InputClass"
  6. Identifier "Keyboard Defaults"
  7. MatchIsKeyboard "yes"
  8. Option "XkbLayout" "us"
  9. Option "XkbVariant" "intl"
  10. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement