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

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

Re: right-click to control-right-click


From: LanX
Subject: Re: right-click to control-right-click
Date: Wed, 08 Dec 2010 15:10:01 -0000
User-agent: G2/1.0

On 25 Mai, 13:36, Nordlöw <per.nord...@gmail.com> wrote:
> How can I make the behaviour of right-click become that of control-
> right-click?

C-h k "control-right-click" describes the function bound... I suppose
in your case it's `mouse-major-mode-menu' (I don't have it anymore)

It's up to you to decide if you prefer the menu only at a pressed key

(global-set-key (kbd "<down-mouse-3>") 'mouse-major-mode-menu)

or with the released key


(global-set-key (kbd "<mouse-3>") 'mouse-major-mode-menu)


reply via email to

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