mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 18:40:39 -08:00
(quail-translation-keymap): Bind right, left, down, and up keys.
This commit is contained in:
parent
34186f7eaf
commit
4afb4ca5d5
1 changed files with 4 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue