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

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

Re: F10 → menu


From: John Ankarström
Subject: Re: F10 → menu
Date: Sun, 28 May 2017 13:46:58 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

Jean-Christophe Helary <jean.christophe.helary@gmail.com> writes:

> I found a similar setting today:
>
> (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' :-)

- John



reply via email to

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