Thread: Keyboard Layout
View Single Post
  #3   (View Single Post)  
Old 26th June 2008
richardpl richardpl is offline
Spam Deminer
 
Join Date: May 2008
Location: Croatia
Posts: 284
Default

Add following lines under your "InputDevice" section in your xorg.conf file

Option "XkbLayout" "af,us"
Option "XkbOptions" "grp:alt_shif_toggle"

same thing can be done with command:

% setxkbmap -layout "af,us" -option "grp:alt_shift_toggle"
Reply With Quote