Improve PY-b5 input methods
* leim/leim-ext.el ("quail/PY-b5"): Assign key sequence for U+25CB (WHITE CIRCLE). (Bug#3179)
This commit is contained in:
parent
5629af9cbe
commit
af724ed594
1 changed files with 3 additions and 1 deletions
|
@ -29,7 +29,9 @@
|
|||
;;; Code:
|
||||
|
||||
(eval-after-load "quail/PY-b5"
|
||||
'(quail-defrule "ling2" ?〇 nil t))
|
||||
'(progn
|
||||
(quail-defrule "ling2" ?〇 nil t)
|
||||
(quail-defrule "wan2" ?○ nil t)))
|
||||
|
||||
;; Enable inputting full-width space (U+3000).
|
||||
(eval-after-load "quail/Punct"
|
||||
|
|
Loading…
Add table
Reference in a new issue