help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: F10 → menu


From: Jean-Christophe Helary
Subject: Re: F10 → menu
Date: Sun, 28 May 2017 21:50:02 +0900

> On May 28, 2017, at 20:46, John Ankarström <john@ankarstrom.se> wrote:
> 
>> (define-key global-map (kbd "C-<f2>")
>>  (lambda ()
>>    (interactive)
>>    (x-popup-menu (list '(0 0) (selected-frame))
>>                  (mouse-menu-bar-map))))
> 
> This does the same thing as <C-down-mouse-3> (control +
> right-click) for me. But maybe the original function you looked
> for did something more.
> 
> In any case, I learned about `x-popup-menu' :-)

yep, that's neat isn't it ? :)

Jean-Christophe 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]