On Wed, Aug 25, 2021 at 01:36:47PM +0700, Yuri Khan wrote: > On Wed, 25 Aug 2021 at 05:16, Stefan Monnier wrote: > > > > > - (define-key map "\e[29~" [print]) > > > + (define-key map "\e[29~" [menu]) > > > > This might be right, but we need some more concrete evidence that indeed > > `xterm` maps `Menu` to `\e[29~` by default and/or that `Print` is not > > mapped to `\e[29~` by default, or something like that. > > Here is your evidence if you don’t mind a github mirror of xterm sources: > > https://github.com/Maximus5/xterm/blob/master/src/input.c#L1460 Alternatively, for those who detest github and like browsing source code in the browser (?), there's sources.debian.org: https://sources.debian.org/src/xterm/366-1/ I may have a look at this later, but that might take me a while. Cheers - t