From: ntakahas Date: Fri, 12 Mar 2004 12:58:27 +0000 (+0000) Subject: New input method for Kazakh (Cyrillic script) X-Git-Tag: REL-1-0-1~22 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=c2a1fc55e197477c5d15f70f6e9d6ffb1bdc0162;p=m17n%2Fm17n-db.git New input method for Kazakh (Cyrillic script) --- diff --git a/kk-kbd.mim b/kk-kbd.mim new file mode 100644 index 0000000..a1ac930 --- /dev/null +++ b/kk-kbd.mim @@ -0,0 +1,98 @@ +;; he-kdb.mim -- Input method for Kazakh in Cyrillic script +;; Copyright (C) 2004 +;; 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., 59 Temple Place, Suite 330, Boston, MA +;; 02111-1307, USA. + +;;;
  • kk-kbd.mim +;;; +;;; Input method for Kazakh written in the Cyrillic script. +;;; Simulating Kazakh keyboard. +;;; +;;; @verbatim +;;; () "! әӘ іІ ӊӉ ғҒ ,; .: Ò¯Ò® Ò±Ò° қҚ Ó©Ó¨ Ò»Òº +;;; йЙ цЦ уУ кК еЕ нН гГ шШ щЩ зЗ хХ ъЪ +;;; фФ ыЫ вВ аА пП рР оО лЛ дД жЖ эЭ +;;; \| яЯ чЧ сС мМ иИ тТ ьЬ бБ юЮ №? +;;; @endverbatim + +(title "ҚА") + +(map + (map + ("`" "\(") ("~" "\)") + ("1" "\"") + ("2" "ә") ("@" "Ә") + ("3" "і") ("#" "І") + ("4" "ӊ") ("$" "Ӊ") + ("5" "ғ") ("%" "Ғ") + ("6" ",") ("^" ";") + ("7" ".") ("&" ":") + ("8" "Ò¯") ("*" "Ò®") + ("9" "Ò±") ("\(" "Ò°") + ("0" "қ") ("\)" "Қ") + ("-" "Ó©") ("_" "Ó¨") + ("=" "Ò»") ("+" "Òº") + + ("q" "й") ("Q" "Й") + ("w" "ц") ("W" "Ц") + ("e" "у") ("E" "У") + ("r" "к") ("R" "К") + ("t" "е") ("T" "Е") + ("y" "н") ("Y" "Н") + ("u" "г") ("U" "Г") + ("i" "ш") ("I" "Ш") + ("o" "щ") ("O" "Щ") + ("p" "з") ("P" "З") + ("[" "х") ("{" "Ð¥") + ("]" "ъ") ("}" "Ъ") + + ("a" "ф") ("A" "Ф") + ("s" "ы") ("S" "Ы") + ("d" "в") ("D" "В") + ("f" "а") ("F" "А") + ("g" "п") ("G" "П") + ("h" "р") ("H" "Р") + ("j" "о") ("J" "О") + ("k" "л") ("K" "Л") + ("l" "д") ("L" "Д") + (";" "ж") (":" "Ж") + ("'" "э") ("\"" "Э") + + ("z" "я") ("Z" "Я") + ("x" "ч") ("X" "Ч") + ("c" "с") ("C" "С") + ("v" "м") ("V" "М") + ("b" "и") ("B" "И") + ("n" "т") ("N" "Т") + ("m" "ь") ("M" "Ь") + ("," "б") ("<" "Б") + ("." "ю") (">" "Ю") + ("/" "№") +)) + +(state + (init + (map))) + +;; Local Variables: +;; coding: utf-8 +;; mode: lisp +;; End: