WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: setxkbmap italian  (Read 3151 times)

Offline 0day

  • Newbie
  • *
  • Posts: 5
setxkbmap italian
« on: April 18, 2017, 08:00:55 AM »
How to for setxkbmap italian?

Offline Misalf

  • Hero Member
  • *****
  • Posts: 1702
Re: setxkbmap italian
« Reply #1 on: April 18, 2017, 09:38:16 AM »
Load  kmaps.tcz  on-boot and add kernel boot code
Code: [Select]
kmap=qwerty/it
If you're using Xorg, create
/usr/local/share/X11/xorg.conf.d/10-keyboard.conf
Code: [Select]
Section "InputClass"
   Identifier       "Keyboard Defaults"
   MatchIsKeyboard  "on"
        Option           "xkb_model" "pc105"
   Option           "XkbLayout"   "it"
   Option           "XkbOptions"  "terminate:ctrl_alt_bksp"
EndSection

and add it to your backup.
« Last Edit: April 18, 2017, 09:42:57 AM by Misalf »
Download a copy and keep it handy: Core book ;)