Hi, I'm a real newbie to linux (well, i used ubuntu a little bit..), and i installed tcl, and i don't know make it read and write in hebrew, and i didn't understand this section in the faq: (
http://tinycorelinux.com/faq.html#keyboard)
To make this permanent, add the extension kmaps.tcz to your persistent tce directory, and then either use the bootcode kmap=fi-latin9, or add the command to /opt/bootlocal.sh (missing the sudo, since bootlocal is executed as root):
loadkmap < /usr/share/kmap/fi-latin9.kmap
what is my "persistent tce directory"? and do i need to copy the "kmaps.tcz" from /mnt/hda1/tce/optional/ to that dir?
And here (if i got it right, it tells me how to display hebrew or any other "not necessary" languages in tcl)
http://tinycorelinux.com/faq.html#xmodmap If the altgr symbols do not work in the browser or openoffice then modify the .xsession file by adding:
sleep 3 && xmodmap -e "clear Mod4" -e "add Mod5 = Mode_switch" &
Just before
exec "${DESKTOP:=jwm}"
Or, in later versions, right after waitforX.
where is the ".xsession" file? and how do i "add" something to it?
edit: i posted it here by mistake, i wuz supposed to be in Q&A forum..(sorry for my screwed english.. and thanks!
)