Hi,

in our school I installed K12LTSP 4.0 (LTSP 4.0). Czech users often using
more keymaps for our keyboard - czech keyboard and english keyboard. 

Exmaple of  /etc/X11/Xf86Config:

 Option  "XkbLayout" "us,cz_qwerty"
 Option  "XkbCompat" "group_led"
 Option  "XkbOptions" "grp:ctrl_shift_toggle,grp:switch"
         
I wrote in lts.conf options:

 XkbLayout          = "us,cz_qwerty"
 XkbCompat          = "group_led"
 XkbOptions         = "grp:ctrl_shift_toggle,grp:switch"

But I had only us keyboard. Now, after small chnages in
/opt/ltsp/i386/etc/build_x4_cfg file, I have us and czech keyboard:

#
# Setup Keyboard and Mouse info
#

cat <<-EOF

Section "InputDevice"
  Identifier  "Keyboard0"
  Driver      "keyboard"
  Option      "XkbLayout" "${XKBLAYOUT:-"us"}"
### very small hack :-) for czech (and another) keyboard ###
  Option      "XkbRules"   "${XKBRULES}"
  Option      "XkbCompat"  "${XKBCOMPAT}"
  Option      "XkbOptions" "${XKBOPTIONS}"
EndSection

I'm writting about this, because I think that is also usable for non-czech
users. Thank's for LTSP 4.0!

-- 
S pozdravem

--
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Ondrej Rusek
GYmnazium BOzeny Nemcove, Hradec Kralove
mail: [EMAIL PROTECTED]
web:  http://www.gybon.cz/~rusek
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net

Reply via email to