slitaz-tools rev 952

tazx: by default display keyboard layout as text (not flag), add "ir" layout handler
(kmap=ir in the Kernel commandline)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Nov 07 22:00:04 2015 +0200 (2015-11-07)
parents f1d873165e15
children 9c2875a0178c
files tinyutils/tazx
line diff
     1.1 --- a/tinyutils/tazx	Sat Nov 07 02:41:26 2015 +0200
     1.2 +++ b/tinyutils/tazx	Sat Nov 07 22:00:04 2015 +0200
     1.3 @@ -106,7 +106,7 @@
     1.4  							XKB='Plugin {\
     1.5      type = xkb\
     1.6      Config {\
     1.7 -        DisplayType=0\
     1.8 +        DisplayType=1\
     1.9          PerWinLayout=0\
    1.10          NoResetOpt=0\
    1.11          KeepSysLayouts=1\
    1.12 @@ -183,6 +183,9 @@
    1.13  		# Turkish
    1.14  		trq)			layout='tr' ;;
    1.15  		tr_q-latin5)	layout='tr'; variant='ku' ;; # is ok?
    1.16 +		# Persian(Farsi) (Iran)
    1.17 +		ir)				layout='us,ir'
    1.18 +			options="grp:alt_shift_toggle, grp_led:scroll, $options" ;;
    1.19  		*)
    1.20  			# Use clean /etc/keymap.conf value.
    1.21  			keymap=${keymap%-latin1}