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.