;; syrc-phonetic.mim -- Syriac phonetic keyboard layout ;; 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. ;;;
  • syrc-phonetic.mim ;;; ;;; The Syriac phonetic keyboard layout published by ;;; Beth Mardutho: The Syriac Institute ;;; (title "syrc-ph") (map (generic ("`" ?܏) ("\\" ?܆) ("q" ?ܩ) ("w" ?ܘ) ("e" ?ܖ) ("r" ?ܪ) ("t" ?ܬ) ("y" ?ܝ) ("u" ?ܜ) ("i" ?ܥ) ("o" ?ܧ) ("p" ?ܦ) ("a" ?ܐ) ("s" ?ܣ) ("d" ?ܕ) ("f" ?ܔ) ("g" ?ܓ) ("h" ?ܗ) ("j" ?ܛ) ("k" ?ܟ) ("l" ?ܠ) (";" ?ܚ) ("'" ?ܞ) ("z" ?ܙ) ("x" ?ܨ) ("c" ?ܤ) ("v" ?ܫ) ("b" ?ܒ) ("n" ?ܢ) ("m" ?ܡ) ("," ?܀) ("/" ?܇) ("~" ?̮) ("@" ?̊) ("#" ?̥) ("$" ?݉) ("%" ?♰) ("^" ?♱) ("&" ?܊) ("*" ?«) ("_" ?») ("|" ?:) ("Q" ?ܰ) ("W" ?ܳ) ("E" ?ܶ) ("R" ?ܺ) ("T" ?ܽ) ("Y" ?݀) ("U" ?݁) ("I" ?̈) ("O" ?̄) ("P" ?̇) ("{" ?̃) ("}" ?݊) ("A" ?ܱ) ("S" ?ܴ) ("D" ?ܷ) ("F" ?ܻ) ("G" ?ܾ) ("H" ?ܑ) ("J" ?-) ("K" ?̤) ("L" ?̱) (":" ?̣) ("\"" ?̰) ("Z" ?ܲ) ("X" ?ܵ) ("C" ?ܸ) ("V" ?ܼ) ("B" ?ܿ) ("N" ?ܹ) ("M" ?݂) ("<" ?،) (">" ?؛) ("?" ?؟) ((M-`) ?ّ) ((M-1) ?܁) ((M-2) ?܂) ((M-3) ?܃) ((M-4) ?܄) ((M-5) ?܅) ((M-6) ?܈) ((M-7) ?܉) ((M-8) ?܋) ((M-9) ?܌) ((M-0) ?܍) ((M--) ?┌) ((M-=) ?┐) ((M-q) ?َ) ((M-w) ?ً) ((M-e) ?ُ) ((M-r) ?ٌ) ((M-t) ?ٓ) ((M-y) ?ٔ) ((M-u) ?݇) ((M-i) ?݃) ((M-o) ?݅) ((M-p) ?̭) ((M-a) ?ِ) ((M-s) ?ٍ) ((M-f) ?ء) ((M-g) ?ٕ) ((M-h) ?ٰ) ((M-j) ?݈) ((M-k) ?݄) ((M-l) ?݆) ((M-x) ?ْ) ((M-c) ?‌) ((M-v) ?‍) ((M-b) ?‎) ((M-n) ?‏) )) (state (init (generic))) ;; Local Variables: ;; coding: utf-8 ;; mode: lisp ;; End: