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
4afb4ca5
Commit
4afb4ca5
authored
Sep 25, 1997
by
Kenichi Handa
Browse files
(quail-translation-keymap): Bind right, left, down, and up keys.
parent
34186f7e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
lisp/international/quail.el
lisp/international/quail.el
+4
-0
No files found.
lisp/international/quail.el
View file @
4afb4ca5
...
...
@@ -287,6 +287,10 @@ LEIM is available from the same ftp directory as Emacs."))
(
define-key
map
"\C-b"
'quail-prev-translation
)
(
define-key
map
"\C-n"
'quail-next-translation-block
)
(
define-key
map
"\C-p"
'quail-prev-translation-block
)
(
define-key
map
[right]
'quail-next-translation
)
(
define-key
map
[left]
'quail-prev-translation
)
(
define-key
map
[down]
'quail-next-translation-block
)
(
define-key
map
[up]
'quail-prev-translation-block
)
(
define-key
map
"\C-i"
'quail-completion
)
(
define-key
map
"\C-@"
'quail-select-current
)
(
define-key
map
"\C-h"
'quail-translation-help
)
...
...
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