Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d4a885b2
Commit
d4a885b2
authored
Jun 23, 2009
by
Kenichi Handa
Browse files
(korean-key-bindings): Change the binding of F9 to
hangul-to-hanja-conversion. Bind Hangul_Hanja to the same command.
parent
8000b1d5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
1 deletion
+13
-1
leim/ChangeLog
leim/ChangeLog
+5
-0
lisp/ChangeLog
lisp/ChangeLog
+6
-0
lisp/language/korea-util.el
lisp/language/korea-util.el
+2
-1
No files found.
leim/ChangeLog
View file @
d4a885b2
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
.
...
...
lisp/ChangeLog
View file @
d4a885b2
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.
...
...
lisp/language/korea-util.el
View file @
d4a885b2
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment