|
From: | Ergus |
Subject: | Re: New Context Menu |
Date: | Mon, 23 Aug 2021 20:02:07 +0200 |
On Mon, Aug 23, 2021 at 08:42:52PM +0300, Juri Linkov wrote:
> Should we perhaps condition that by some variable, which menu commands > could bind when they want? So here is a new variable:Thanks. I'd prefer to call it inhibit-mouse-event-check.Ok.Also, do we want to consider it an internal variable (and name it and document is as such)?It is like other inhibit-* variables.Otherwise, LGTM, but please add a NEWS entry.Pushed with a NEWS entry.
Hi Juri: I see you bound the menu to [S-f10] I am still asking about the issues with the menu key in xterm; in the other thread I showed this: lk201.el:35: (define-key map "\e[29~" [menu]) rxvt.el:67: (define-key map "\e[29~" [S-f6]) xterm.el:353: (define-key map "\e[29~" [print]) where "\e[29~" is the sequence the menu key sends. So maybe you could use [S-f6] instead? That will make it work out of the box in urxvt.
[Prev in Thread] | Current Thread | [Next in Thread] |