1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-24 21:41:48 -08:00

New input method "probhat" for Bengali

* lisp/leim/quail/indian.el ("probhat"): New input method.
(Bug#23822)

* etc/NEWS: Mention the new input method.
This commit is contained in:
উৎসব রায় 2016-06-26 19:26:33 +03:00 committed by Eli Zaretskii
parent 4f445bf30c
commit 26d4da070f
2 changed files with 102 additions and 1 deletions

View file

@ -242,7 +242,7 @@ random values; in particular, the Emacs server now uses this facility
to produce its authentication key.
---
** New input methods: 'tamil-dvorak' and 'programmer-dvorak'.
** New input methods: 'tamil-dvorak', 'programmer-dvorak' and 'probhat'.
* Editing Changes in Emacs 25.1

View file

@ -470,4 +470,105 @@ Full key sequences are listed below:")
"tamil-inscript" "Tamil" "TmlIS"
"Tamil keyboard Inscript.")
;; Probhat Input Method
(quail-define-package
"probhat" "Bengali-probhat" "probhat" t
"Porbhat for Bangla" nil t nil nil nil nil nil nil nil nil t)
(quail-define-rules
("!" ?!)
("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" ?ম)
("<" ?ৃ)
("," ?,)
(">" ?ঁ)
("." ?।)
("?" ?\?)
("/" ?্))
;;; indian.el ends here