matko / m17n-pali-velthuis

a m17n database for typing Pali using the velthuis transliteration method
0 stars 1 forks source link

great but can improve #1

Open bksubhuti opened 1 year ago

bksubhuti commented 1 year ago

This is the best instructions and method so far. It would be good if you had all of the install instructions on one line.

It would be good if after creating the directory you had a wgetstatement that places the mim file in that directory. It would be good if you could add some more keys I prefer ;n for ṅ and ;y for ñ They don't conflict with anything so can have duplicate methods.

I just like see a better cut and paste commands

Great work! Best solution so far.

bksubhuti commented 1 year ago

Here is my mod

;; pali-velthuis.mim -- Pali input method using velthuis transliteration

(input-method pi velthuis)

(description "Velthuis input method for Pali")

(title "Pi")

(map (map ("AA" ?Ā) ("aa" ?ā) ("II" ?Ī) ("ii" ?ī) ("UU" ?Ū) ("uu" ?ū) ("\"N" ?Ṅ) ("\"n" ?ṅ) (";N" ?Ṅ) (";n" ?ṅ) (".M" ?Ṃ) (".m" ?ṃ) ("~N" ?Ñ) ("~n" ?ñ) (";Y" ?Ñ) (";y" ?ñ) (".T" ?Ṭ) (".t" ?ṭ) (".D" ?Ḍ) (".d" ?ḍ) (".N" ?Ṇ) (".n" ?ṇ) (".L" ?Ḷ) (".l" ?ḷ) ))

(state (init (map)))

;; Local Variables: ;; coding: utf-8 ;; mode: lisp ;; End: