* lisp/bindings.el (global-map): Bind XF86Forward to next-buffer and
authorSam Steingold <sds@gnu.org>
Fri, 8 Jun 2012 04:23:26 +0000 (00:23 -0400)
committerSam Steingold <sds@gnu.org>
Fri, 8 Jun 2012 04:23:26 +0000 (00:23 -0400)
commit3d10db47a7a538696684a1f93f0f21509e688394
treee5f205a3d0b9704425307843e63e281fe7bfd98d
parentde7e2b368752bfc3cef17a8c82f6b3aec72bc649
* lisp/bindings.el (global-map): Bind XF86Forward to next-buffer and
XF86Back to previous-buffer.
(minibuffer-local-map): Bind them to next-history-element and
previous-history-element respectively.
* lisp/help-mode.el (help-mode-map): Bind them to help-go-forward and
help-go-back respectively.
* lisp/info.el (Info-mode-map): Bind them to Info-history-forward and
Info-history-back respectively.
These are the keys next to Up on the ThinkPad keyboard.
lisp/ChangeLog
lisp/bindings.el
lisp/help-mode.el
lisp/info.el