Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
dd01e206
Commit
dd01e206
authored
Nov 23, 2014
by
Mark Oteiza
Committed by
Lars Magne Ingebrigtsen
Nov 23, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(eww-mode-map): Bind backtab to shr-previous-link
* net/eww.el (eww-mode-map): Bind backtab to shr-previous-link
parent
7f223a58
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/net/eww.el
lisp/net/eww.el
+1
-0
No files found.
lisp/ChangeLog
View file @
dd01e206
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.
...
...
lisp/net/eww.el
View file @
dd01e206
...
...
@@ -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
)
...
...
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