(button-buffer-map): Bind M-TAB to `backward-button'.
This commit is contained in:
parent
a0c64f02e2
commit
272199aeed
1 changed files with 1 additions and 0 deletions
|
|
@ -69,6 +69,7 @@
|
|||
(defvar button-buffer-map
|
||||
(let ((map (make-sparse-keymap)))
|
||||
(define-key map [?\t] 'forward-button)
|
||||
(define-key map "\e\t" 'backward-button)
|
||||
(define-key map [backtab] 'backward-button)
|
||||
map)
|
||||
"Keymap useful for buffers containing buttons.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue