diff options
author | Marja van Waes <marja@mageia.org> | 2014-12-24 18:34:45 +0100 |
---|---|---|
committer | Yuri Chornoivan <yurchor@ukr.net> | 2014-12-24 22:32:55 +0200 |
commit | 2be778cd7fbd85e40fe85cd61d1f0c411e1194b7 (patch) | |
tree | 16743c75a3e7ff7bcedf8e339e0884a65b7774fc /lib | |
parent | b354186a66647dafc83d640fea3f21f9f3ba32e1 (diff) | |
download | drakx-kbd-mouse-x11-2be778cd7fbd85e40fe85cd61d1f0c411e1194b7.tar drakx-kbd-mouse-x11-2be778cd7fbd85e40fe85cd61d1f0c411e1194b7.tar.gz drakx-kbd-mouse-x11-2be778cd7fbd85e40fe85cd61d1f0c411e1194b7.tar.bz2 drakx-kbd-mouse-x11-2be778cd7fbd85e40fe85cd61d1f0c411e1194b7.tar.xz drakx-kbd-mouse-x11-2be778cd7fbd85e40fe85cd61d1f0c411e1194b7.zip |
decrease weight of tr_q keyboard (mga#12348)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/keyboard.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/keyboard.pm b/lib/keyboard.pm index 25959d4..a8ecaae 100644 --- a/lib/keyboard.pm +++ b/lib/keyboard.pm @@ -142,7 +142,7 @@ our %lang2keyboard = 'th' => 'th:80 th_pat:50 th_tis:60', 'tk' => 'tm:80 tr_q:50 tr_f:40', 'tl' => 'us:90 us_intl:20', - 'tr' => 'tr_q:90 tr_f:30', + 'tr' => 'tr_q:80 tr_f:30', 'tt' => 'ru:50 ru_yawerty:40', 'uk' => 'ua:90 ru:50 ru_yawerty:40', 'ur' => 'urd:80 snd:60 ara:20', |