[smc-discuss] [Git][smc/input-methods][master] 2 commits: Update to latest version from https://gitlab.com/smc/swanalekha

Santhosh Thottingal gitlab at mg.gitlab.com
Fri Nov 23 05:35:52 PST 2018


Santhosh Thottingal pushed to branch master at SMC / input-methods


Commits:
832b4ee6 by Santhosh Thottingal at 2018-11-23T13:35:04Z
Update to latest version from https://gitlab.com/smc/swanalekha

- - - - -
e572f7e2 by Santhosh Thottingal at 2018-11-23T13:35:38Z
Merge branch 'master' of gitlab.com:smc/input-methods

- - - - -


1 changed file:

- m17n/swanalekha/ml-swanalekha.mim


Changes:

=====================================
m17n/swanalekha/ml-swanalekha.mim
=====================================
@@ -1,6 +1,8 @@
 ;; ml-swanalekha.mim -- m17n version of  Swanalekha Malayalam input method
-;; Copyright (C) 2008, Santhosh Thottingal <santhosh.thottingal at gmail.com>, Swathanthra Malayalam Computing
-;; This file is part of the m17n database; a sub-part of the m17n
+;; Copyright (C) 2008-2018, Santhosh Thottingal <santhosh.thottingal at gmail.com>,
+;; Swathanthra Malayalam Computing
+
+;; This file is part of the m17n contrib; a sub-part of the m17n
 ;; library.
 
 ;; The m17n library is free software; you can redistribute it and/or
@@ -15,12 +17,13 @@
 
 ;; 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.
+;; Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+;; Boston, MA 02110-1301, USA.
 
 (input-method ml swanalekha)
 
-(description "Swanalekha Malayalam input method")
+(description "Swanalekha Malayalam input method
+For detailed documentation, refer https://swanalekha.smc.org.in")
 
 
 (title "സ്വനലേഖ")
@@ -41,7 +44,7 @@
   ("s") ("t") ("u") ("v") ("w") ("x") ("y") ("z"))
 
  (map
-     ("^" (("്")))
+  ("^" (("്")))
   ("~" (("‍")))
   ("_" (("‌")))
   ("@A" (("ാ")))
@@ -336,7 +339,7 @@
   ("E" (("ഏ") ("ഇ")))
   ("e" (("എ") ("ഇ")))
   ("@ee" (("ീ")))
-  ("ee" (("ഈ")))
+  ("ee" (("ഈ") ("ൟ")))
   ("@ei" (("ൈ")))
   ("ei" (("ഐ")))
   ("F^" (("ഫ്")))
@@ -492,7 +495,7 @@
   ("i" (("ഇ") ("ഈ") ("ഐ")))
   ("I" (("ഈ") ("ഐ")))
   ("@ii" (("ീ")))
-  ("ii" (("ഈ")))
+  ("ii" (("ഈ") ("ൟ")))
   ("j^" (("ജ്")))
   ("J^" (("ഝ്")))
   ("J" (("ഝ്") ("ജെ")))
@@ -646,8 +649,12 @@
   ("kuu" (("കൂ")))
   ("l^^^" (("ൡ")))
   ("L^^^" (("ൡ")))
+  ("@l^^^" (("ൣ")))
+  ("@L^^^" (("ൣ")))
   ("L^^" (("ഌ")))
   ("l^^" (("ഌ")))
+  ("@L^^" (("ൢ")))
+  ("@l^^" (("ൢ")))
   ("l^" (("ല്")))
   ("L^" (("ള്")))
   ("l_" (("ൽ")))
@@ -704,7 +711,7 @@
   ("m^" (("മ്")))
   ("m~" (("ം")))
   ("M~" (("ം")))
-  ("m_" (("ം")))
+  ("m_" (("ം") ("ൔ")))
   ("m " "ം ")
   ("m," "ം,")
   ("m." "ം.")
@@ -1223,7 +1230,7 @@
   ("t" (("ട്") ("ടു്") ("ട്ട്") ("റ്റ്") ("ത്") ("ടി")))
   ("T" (("ഠ്") ("ട്ടു്") ("ടി") ("റ്റി")))
   ("Ta" (("ഠ") ("ട") ("ത")))
-  ("ta" (("ട") ("റ്റ") ("ത") ("ഠ")))
+  ("ta" (("ട") ("റ്റ") ("ഺ") ("ത") ("ഠ")))
   ("tA" (("ടാ") ("താ") ("റ്റാ") ("ഠാ") ("ട്ടാ")))
   ("TA" (("ഠാ")))
   ("taa" (("ടാ") ("റ്റാ") ("താ") ("ഠാ") ("ട്ടാ")))
@@ -1504,6 +1511,7 @@
   ("xU" (("ക്ഷൂ")))
   ("xuu" (("ക്ഷൂ")))
   ("y^" (("യ്")))
+  ("y_" (("ൕ")))
   ("y" (("യ്") ("യു്") ("യ്യ്") ("യ്യു്") ("വൈ")))
   ("Y" (("വൈ")))
   ("Ya" (("യ")))
@@ -1563,6 +1571,7 @@
   ("zee" (("ശീ") ("സീ")))
   ("zei" (("ശൈ")))
   ("zh^" (("ഴ്")))
+  ("zh_" (("ൖ")))
   ("zh" (("ഴ്") ("ഴു്")))
   ("zha" (("ഴ")))
   ("zhA" (("ഴാ")))
@@ -1659,9 +1668,8 @@
   ;; When a complete sequence is typed, shift to "select" state
   ;; to allow users to select one from the candidates.
   (map (shift select))
-  (nil (hide) (shift check-undo))))
+  (nil (hide) (shift check-undo)))
 
-(state
  (check-undo
   ;; When Backspace is typed, cancel the last input.
   (backspace (undo))



View it on GitLab: https://gitlab.com/smc/input-methods/compare/8fcf2336c2fbee5a6cf4c2be7b236802ce9a5356...e572f7e2792451e6646458e314f9dd8a830a2297

-- 
View it on GitLab: https://gitlab.com/smc/input-methods/compare/8fcf2336c2fbee5a6cf4c2be7b236802ce9a5356...e572f7e2792451e6646458e314f9dd8a830a2297
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.smc.org.in/pipermail/discuss-smc.org.in/attachments/20181123/5871dfc0/attachment-0002.html>


More information about the discuss mailing list