mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-10 15:56:18 +00:00
(hangul-im-keymap): Add binding of key Hangul_Hanja.
This commit is contained in:
parent
f7a2e63478
commit
d5e9630f60
@ -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…
Reference in New Issue
Block a user