* lisp/term/xterm.el (xterm-function-map): Add M-SPC. (Bug#60077)
This commit is contained in:
parent
303d6ac142
commit
b01d0246d7
1 changed files with 2 additions and 0 deletions
|
@ -571,6 +571,8 @@ Return the pasted text as a string."
|
|||
(8 62 [?\C-\M->])
|
||||
(8 63 [(control meta ??)])
|
||||
|
||||
(3 32 [?\M-\s])
|
||||
|
||||
(2 9 [S-tab])
|
||||
(2 13 [S-return])
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue