aboutsummaryrefslogtreecommitdiffstats
path: root/leim/quail
diff options
context:
space:
mode:
authorJaeyoun Chung <[email protected]>2006-11-09 03:47:14 +0000
committerJaeyoun Chung <[email protected]>2006-11-09 03:47:14 +0000
commit13f588067f2f192ef967771f10ba5b841d0a3ab1 (patch)
treef9fed05949123bd6bc7333754957b329e1aa6d62 /leim/quail
parentbb5c62cf3e122fbf1987fb5108a1141995bb8a58 (diff)
fixed korean [,],{,} keys (thanks to [email protected])
Diffstat (limited to 'leim/quail')
-rw-r--r--leim/quail/hangul3.el11
1 files changed, 6 insertions, 5 deletions
diff --git a/leim/quail/hangul3.el b/leim/quail/hangul3.el
index 4565fca0b1..493d9206f7 100644
--- a/leim/quail/hangul3.el
+++ b/leim/quail/hangul3.el
@@ -53,7 +53,7 @@
(?1 . "$(C$>(B")
;; other bindings
(?G . "/") (?T . ";") (?H . "'") (?B . "!") (?Y . "<")
- (?P . ">") (?\[ . "$(C!8(B") (?\[ . "$(C!9(B") (?{ . "$(C!:(B") (?{ . "$(C!;(B")
+ (?P . ">") (?\[ . "[") (?\[ . "]") (?{ . "{") (?{ . "}")
(?N . "0") (?M . "1") (?< . "2") (?> . "3") (?J . "4")
(?K . "5") (?L . "6") (?U . "7") (?I . "8") (?O . "9"))
"$(CGQ1[(B 3$(C9z=D(B: Hangul input method
@@ -163,10 +163,10 @@
("B" ?!)
("Y" ?<)
("P" ?>)
- ("\[" ?$(C!8(B)
- ("\]" ?$(C!9(B)
- ("{" ?$(C!:(B)
- ("}" ?$(C!;(B)
+ ("\[" ?[)
+ ("\]" ?])
+ ("{" ?{)
+ ("}" ?})
("N" ?0)
("M" ?1)
("<" ?2)
@@ -3571,3 +3571,4 @@
;;; arch-tag: 20ea2223-ab47-414f-8e28-d03dc83617b7
;;; hangul3.el ends here
+