(hangul-im-keymap): Add binding of key Hangul_Hanja.
This commit is contained in:
parent
f7a2e63478
commit
d5e9630f60
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2009-06-18 Kenichi Handa <handa@m17n.org>
|
||||
|
||||
* quail/hangul.el (hangul-im-keymap): Add binding of key
|
||||
Hangul_Hanja.
|
||||
|
||||
2009-05-04 Simon Leinen <simon.leinen@switch.ch> (tiny change)
|
||||
|
||||
* Makefile.in (install): Avoid using $$(..) construct, for Solaris
|
||||
|
|
|
@ -91,6 +91,7 @@
|
|||
(let ((map (make-sparse-keymap)))
|
||||
(define-key map "\d" 'hangul-delete-backward-char)
|
||||
(define-key map [f9] 'hangul-to-hanja-conversion)
|
||||
(define-key map [Hangul_Hanja] 'hangul-to-hanja-conversion)
|
||||
map)
|
||||
"Keymap for Hangul method. It is used by all Hangul input methods.")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue