mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-13 02:12:18 -07:00
Fix "End" key in PuTTY and older GNU screen
* lisp/term/xterm.el (xterm-alternatives-map): Map <select> to <end> (bug#80473).
This commit is contained in:
parent
1197ccf993
commit
75a0a073d7
1 changed files with 5 additions and 0 deletions
|
|
@ -736,6 +736,11 @@ Return the pasted text as a string."
|
|||
(define-key map [f71] [M-S-f11])
|
||||
(define-key map [f72] [M-S-f12])
|
||||
|
||||
;; Some emulations of Xterm, including PuTTY and older versions of
|
||||
;; GNU screen in its default configuration, send VT220 <select> when
|
||||
;; the user presses the "End" key (bug#80473).
|
||||
(define-key map [select] [end])
|
||||
|
||||
map)
|
||||
"Keymap of possible alternative meanings for some keys.")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue