(korean-key-bindings): Change the binding of F9 to
hangul-to-hanja-conversion. Bind Hangul_Hanja to the same command.
This commit is contained in:
parent
8000b1d55b
commit
d4a885b2d7
3 changed files with 13 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2009-06-23 Kenichi Handa <handa@m17n.org>
|
||||
|
||||
* quail/hangul.el (hangul-to-hanja-conversion): When it is called
|
||||
while korean input method is off, convert the following character.
|
||||
|
||||
2009-06-21 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* Branch for 23.1.
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
2009-06-23 Kenichi Handa <handa@m17n.org>
|
||||
|
||||
* language/korea-util.el (korean-key-bindings): Change the binding
|
||||
of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
|
||||
same command.
|
||||
|
||||
2009-06-22 Michael Albinus <michael.albinus@gmx.de>
|
||||
|
||||
Sync with Tramp 2.1.16.
|
||||
|
|
|
@ -99,7 +99,8 @@
|
|||
`((global [?\S- ] toggle-korean-input-method nil)
|
||||
(global [Hangul] toggle-korean-input-method nil)
|
||||
(global [C-f9] quail-hangul-switch-symbol-ksc nil)
|
||||
(global [f9] quail-hangul-switch-hanja nil)
|
||||
(global [f9] hangul-to-hanja-conversion nil)
|
||||
(global [Hangul_Hanja] hangul-to-hanja-conversion nil)
|
||||
(,isearch-mode-map [?\S- ] isearch-toggle-korean-input-method nil)
|
||||
(,isearch-mode-map [Hangul] isearch-toggle-korean-input-method nil)
|
||||
(,isearch-mode-map [C-f9] isearch-hangul-switch-symbol-ksc nil)
|
||||
|
|
Loading…
Add table
Reference in a new issue