branch: externals/pyim
commit 7b5000bf35b3b29eb8aff8081965b795f0b42d18
Author: NoahStoryM <[email protected]>
Commit: NoahStoryM <[email protected]>

    添加国标双拼方案
---
 pyim-scheme.el | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 48 insertions(+)

diff --git a/pyim-scheme.el b/pyim-scheme.el
index b6178e17ce..c5a3a0fd86 100644
--- a/pyim-scheme.el
+++ b/pyim-scheme.el
@@ -470,6 +470,54 @@
     ("ou" "ou")
     ("ob" "ou"))))
 
+(pyim-scheme-add
+ '(guobiao-shuangpin
+   :document "国标双拼方案"
+   :class shuangpin
+   :first-chars "abcdefghijklmnopqrstuvwxyz"
+   :rest-chars  "abcdefghijklmnopqrstuvwxyz"
+   :prefer-triggers nil
+   :cregexp-support-p t
+   :keymaps
+   (("a" "a" "a")
+    ("b" "b" "ei")
+    ("c" "c" "ao")
+    ("d" "d" "ian")
+    ("e" "e" "e")
+    ("f" "f" "an")
+    ("g" "g" "ang")
+    ("h" "h" "eng")
+    ("i" "ch" "i")
+    ("j" "j" "ing")
+    ("k" "k" "ai")
+    ("l" "l" "in" "er")
+    ("m" "m" "iao")
+    ("n" "n" "iang" "uang")
+    ("o" "o" "o" "uo")
+    ("p" "p" "ou")
+    ("q" "q" "ia" "ua")
+    ("r" "r" "en")
+    ("s" "s" "iong" "ong")
+    ("t" "t" "ie")
+    ("u" "sh" "u")
+    ("v" "zh" "v" "ui")
+    ("w" "w" "van" "uan")
+    ("x" "x" "ve" "ue")
+    ("y" "y" "iu" "uai")
+    ("z" "z" "vn" "un")
+    ("aa" "a")
+    ("ak" "ai")
+    ("af" "an")
+    ("ag" "ang")
+    ("ac" "ao")
+    ("ae" "e")
+    ("ab" "ei")
+    ("ar" "en")
+    ("ah" "eng")
+    ("al" "er")
+    ("ao" "o")
+    ("ap" "ou"))))
+
 ;; * Footer
 (provide 'pyim-scheme)
 

Reply via email to