You are not logged in.
Pages: 1
Hi,
After booting current slitaz-rolling.iso with Ellinika (Greek) You can type only Greek letters αβγδε..., but not Latin letters abcde.... It should be possible to change to the us keyboard layout with <ctrl> + <shift>, so You can write abcde.... Another toggle with <ctrl> + <shift> should bring You back to gr keyboard layout. This already works with Russian. Booting with Russian You start with the us keyboard layout and You can change to the ru keyboard layout with <ctrl> + <shift> and write for example Правда. This works because a special 40-Keyboard.conf is generated for the Russian user in tazx. Please insert the following three lines in tazx in function keyboard_conf() after
case "$keymap" in
--------------------------------------------------------------------------------------------------
gr)
# Greek
layout="us,gr"
options="grp:ctrl_shift_toggle, grp_led:scroll, compose:ralt, $options" ;;
--------------------------------------------------------------------------------------------------
to make something similar possible for the Greek user. Otherwise You can't do what is shown in the picture.
[attachment=38780,1970]
Offline
Hi kubepc,
Thank you for detailed explaination!
Changes added: http://hg.slitaz.org/slitaz-tools/rev/3b8de2d6aeb3
Package updated: slitaz-tools (946).
Download it right now: http://cook.slitaz.org/cooker.cgi?pkg=slitaz-tools
Package slitaz-tools (946) will be available on the SliTaz mirrors tomorrow after regular mirrors syncing, and you'll find it after executing "tazpkg recharge".
New SliTaz ISO image generated once a week: http://mirror.slitaz.org/iso/cooking/
Latest ISO image was generated this night (with old slitaz-tools package); wait for a next ISO next Sunday.
Offline
Hi Aleksej,
thank You for updating tazx in package slitaz-tools, which I have just downloaded. I will test the iso next Sunday.
Offline
Hi Aleksej,
today I testet slitaz-rolling of yesterday with Ellinika (Greek). It worked well. It startet with the us keyboard layout.
I could switch to Greek letters with <ctrl>+<shift> and with another <ctrl>+<shift> to the us keyboard layout. Thanks again.
Offline
Pages: 1
[ Generated in 0.016 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]