1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-03 18:41:25 -08:00

(image-mode-map): Add doc-view-inspired bindings.

This commit is contained in:
Stefan Monnier 2008-06-04 05:58:33 +00:00
parent 56c73dec5c
commit 42c27c2a24
2 changed files with 7 additions and 0 deletions

View file

@ -290,6 +290,9 @@ This variable is used to display the current image type in the mode line.")
(define-key map "q" 'quit-window)
;;
(define-key map "\C-c\C-c" 'image-toggle-display)
(define-key map (kbd "SPC") 'image-scroll-up)
(define-key map (kbd "DEL") 'image-scroll-down)
;;
(define-key map [remap forward-char] 'image-forward-hscroll)
(define-key map [remap backward-char] 'image-backward-hscroll)
(define-key map [remap previous-line] 'image-previous-line)