Improve greek input method
* lisp/leim/quail/greek.el ("greek"): Add sequences for DIALYTIKA TONOS (U+0385) and add proper bindings for double angle quotation marks. (Bug#73909)
This commit is contained in:
parent
d1b67b4a1c
commit
7cda5fa4cf
1 changed files with 5 additions and 1 deletions
|
@ -1245,6 +1245,8 @@ e.g.
|
|||
("K" ?Κ)
|
||||
("L" ?Λ)
|
||||
(":" ?¨)
|
||||
(";:" ?΅)
|
||||
(":;" ?΅)
|
||||
("\"" ?\")
|
||||
("|" ?|)
|
||||
("Z" ?Ζ)
|
||||
|
@ -1281,7 +1283,9 @@ e.g.
|
|||
(";:y" ?ΰ)
|
||||
(":;y" ?ΰ)
|
||||
(";<" ?«)
|
||||
(";>" ?»))
|
||||
(";>" ?»)
|
||||
("<<" ?«)
|
||||
(">>" ?»))
|
||||
|
||||
(quail-define-package
|
||||
"greek-postfix" "GreekPost" "Ψ" nil
|
||||
|
|
Loading…
Add table
Reference in a new issue