Add more keymaps where S-SPC scrolls in the opposite direction to SPC.
* lisp/image-mode.el (image-mode-map): * lisp/doc-view.el (doc-view-mode-map): * lisp/vc/ediff-util.el (ediff-setup-keymap): Make S-SPC scroll in the opposite sense to SPC. * lisp/gnus/gnus-art.el (gnus-article-mode-map): * lisp/gnus/gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map): Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
This commit is contained in:
parent
7132e457ad
commit
9cec74cfd7
7 changed files with 19 additions and 0 deletions
|
@ -337,6 +337,7 @@ call."
|
|||
(set-keymap-parent map special-mode-map)
|
||||
(define-key map "\C-c\C-c" 'image-toggle-display)
|
||||
(define-key map (kbd "SPC") 'image-scroll-up)
|
||||
(define-key map (kbd "S-SPC") 'image-scroll-down)
|
||||
(define-key map (kbd "DEL") 'image-scroll-down)
|
||||
(define-key map (kbd "RET") 'image-toggle-animation)
|
||||
(define-key map "n" 'image-next-file)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue