1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-28 19:42:02 +00:00

* lisp/leim/quail/georgian.el: Add georgian-nuskhuri input method

This commit is contained in:
Nick Drozd 2019-07-13 12:04:05 -05:00 committed by Eli Zaretskii
parent 1803d84f43
commit 262577f724

View File

@ -28,6 +28,8 @@
;; <mleisher@crl.nmsu.edu>.
;;
;; - QWERTY-based Georgian.
;;
;; - QWERTY-based Nuskhuri script.
;;; Code:
@ -131,4 +133,50 @@
("G" ?ჷ)
)
(quail-define-package
"georgian-nuskhuri" "Georgian" "" t
"Nuskhuri Georgian (QWERTY-based)."
nil t nil nil t nil nil nil nil nil t)
(quail-define-rules
("a" ?ⴀ)
("b" ?ⴁ)
("g" ?ⴂ)
("d" ?ⴃ)
("e" ?ⴄ)
("v" ?ⴅ)
("z" ?ⴆ)
("T" ?ⴇ)
("i" ?ⴈ)
("k" ?ⴉ)
("l" ?ⴊ)
("m" ?ⴋ)
("n" ?ⴌ)
("o" ?ⴍ)
("p" ?ⴎ)
("J" ?ⴏ)
("r" ?ⴐ)
("s" ?ⴑ)
("t" ?ⴒ)
("u" ?ⴓ)
("f" ?ⴔ)
("q" ?ⴕ)
("R" ?ⴖ)
("y" ?ⴗ)
("S" ?ⴘ)
("C" ?ⴙ)
("c" ?ⴚ)
("Z" ?ⴛ)
("w" ?ⴜ)
("W" ?ⴝ)
("x" ?ⴞ)
("j" ?ⴟ)
("h" ?ⴠ)
("X" ?ⴤ)
("H" ?ⴡ)
("K" ?ⴥ)
("I" ?ⴢ)
("V" ?ⴣ)
)
;;; georgian.el ends here