]> code.delx.au - gnu-emacs/commitdiff
fixed korean [,],{,} keys (thanks to jmjeong@mococo.com)
authorJaeyoun Chung <jay@kldp.org>
Thu, 9 Nov 2006 03:47:14 +0000 (03:47 +0000)
committerJaeyoun Chung <jay@kldp.org>
Thu, 9 Nov 2006 03:47:14 +0000 (03:47 +0000)
leim/quail/hangul3.el

index 4565fca0b1a25fa81b39a8b353ca59be93403503..493d9206f7a0b824fe666022af428b7a942fd077 100644 (file)
@@ -53,7 +53,7 @@
    (?1 . "\e$(C$>\e(B")
    ;; other bindings
    (?G . "/")  (?T . ";")   (?H . "'")   (?B . "!")  (?Y . "<")
-   (?P . ">")  (?\[ . "\e$(C!8\e(B") (?\[ . "\e$(C!9\e(B") (?{ . "\e$(C!:\e(B") (?{ . "\e$(C!;\e(B")
+   (?P . ">")  (?\[ . "[") (?\[ . "]") (?{ . "{") (?{ . "}")
    (?N . "0")  (?M . "1")   (?< . "2")   (?> . "3")  (?J . "4")
    (?K . "5")  (?L . "6")   (?U . "7")   (?I . "8")  (?O . "9"))
  "\e$(CGQ1[\e(B 3\e$(C9z=D\e(B: Hangul input method
  ("B" ?!)
  ("Y" ?<)
  ("P" ?>)
- ("\[" ?\e$(C!8\e(B)
- ("\]" ?\e$(C!9\e(B)
- ("{" ?\e$(C!:\e(B)
- ("}" ?\e$(C!;\e(B)
+ ("\[" ?[)
+ ("\]" ?])
+ ("{" ?{)
+ ("}" ?})
  ("N" ?0)
  ("M" ?1)
  ("<" ?2)
 
 ;;; arch-tag: 20ea2223-ab47-414f-8e28-d03dc83617b7
 ;;; hangul3.el ends here
+