(eww-mode-map): Bind backtab to shr-previous-link
* net/eww.el (eww-mode-map): Bind backtab to shr-previous-link
This commit is contained in:
parent
7f223a582e
commit
dd01e20628
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2014-11-17 Mark Oteiza <mvoteiza@udel.edu> (tiny change)
|
||||
|
||||
* net/eww.el (eww-mode-map): Bind backtab to shr-previous-link
|
||||
|
||||
2014-11-23 Kenjiro Nakayama <nakayamakenjiro@gmail.com>
|
||||
|
||||
* net/eww.el (eww-set-character-encoding): New command and keystroke.
|
||||
|
|
|
@ -555,6 +555,7 @@ the like."
|
|||
(define-key map "g" 'eww-reload)
|
||||
(define-key map [?\t] 'shr-next-link)
|
||||
(define-key map [?\M-\t] 'shr-previous-link)
|
||||
(define-key map [backtab] 'shr-previous-link)
|
||||
(define-key map [delete] 'scroll-down-command)
|
||||
(define-key map [?\S-\ ] 'scroll-down-command)
|
||||
(define-key map "\177" 'scroll-down-command)
|
||||
|
|
Loading…
Add table
Reference in a new issue