;; tg-kbd.mim -- Tajik input method with Tajik keyboard layout ;; Copyright (C) 2005 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H15PRO112 ;; This file is part of the m17n database; a sub-part of the m17n ;; library. ;; The m17n library is free software; you can redistribute it and/or ;; modify it under the terms of the GNU Lesser General Public License ;; as published by the Free Software Foundation; either version 2.1 of ;; the License, or (at your option) any later version. ;; The m17n library is distributed in the hope that it will be useful, ;; but WITHOUT ANY WARRANTY; without even the implied warranty of ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ;; Lesser General Public License for more details. ;; You should have received a copy of the GNU Lesser General Public ;; License along with the m17n library; if not, write to the Free ;; Software Foundation, Inc., 51 Franklin Street, Fifth Floor, ;; Boston, MA 02110-1301, USA. ;;; Input method for Tajik by simulating the Tajik keyboard. (input-method tg kbd) (description "Tajik YQUKEN keyboard layout (modification of the Russian JCUKEN layout). ё 1! 2\" 3№ 4; 5% 6: 7? 8* 9( 0) ғ ӯ й қ у к е н г ш ҳ з х ъ ф ҷ в а п р о л д ж э \\/ я ч с м и т ӣ б ю ., ") (title "TG") (map (map ("`" ?ё) ("-" ?ғ) ("=" ?ӯ) ("|" ?/) ("~" ?Ё) ("@" ?\") ("#" ?№) ("$" ?\;) ("^" ?:) ("&" ??) ("_" ?Ғ) ("+" ?Ӯ) ("q" ?й) ("w" ?қ) ("e" ?у) ("r" ?к) ("t" ?е) ("y" ?н) ("u" ?г) ("i" ?ш) ("o" ?ҳ) ("p" ?з) ("[" ?х) ("]" ?ъ) ("Q" ?Й) ("W" ?Қ) ("E" ?У) ("R" ?К) ("T" ?Е) ("Y" ?Н) ("U" ?Г) ("I" ?Ш) ("O" ?Ҳ) ("P" ?З) ("{" ?Х) ("}" ?Ъ) ("a" ?ф) ("s" ?ҷ) ("d" ?в) ("f" ?а) ("g" ?п) ("h" ?р) ("j" ?о) ("k" ?л) ("l" ?д) (";" ?ж) ("'" ?э) ("A" ?Ф) ("S" ?Ҷ) ("D" ?В) ("F" ?А) ("G" ?П) ("H" ?Р) ("J" ?О) ("K" ?Л) ("L" ?Д) (":" ?Ж) ("\"" ?Э) ("z" ?я) ("x" ?ч) ("c" ?с) ("v" ?м) ("b" ?и) ("n" ?т) ("m" ?ӣ) ("," ?б) ("." ?ю) ("/" ?.) ("Z" ?Я) ("X" ?Ч) ("C" ?С) ("V" ?М) ("B" ?И) ("N" ?Т) ("M" ?Ӣ) ("<" ?Б) (">" ?Ю) ("?" ?,))) (state (init (map))) ;; Local Variables: ;; coding: utf-8 ;; mode: lisp ;; End: