* right-click to control-right-click
@ 2010-05-25 11:36 Nordlöw
2010-05-25 22:48 ` LanX
0 siblings, 1 reply; 2+ messages in thread
From: Nordlöw @ 2010-05-25 11:36 UTC (permalink / raw)
To: help-gnu-emacs
How can I make the behaviour of right-click become that of control-
right-click?
I never use right click to end and kill selection anyway.
Thanks in advance,
Per Nordlöw
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: right-click to control-right-click
2010-05-25 11:36 right-click to control-right-click Nordlöw
@ 2010-05-25 22:48 ` LanX
0 siblings, 0 replies; 2+ messages in thread
From: LanX @ 2010-05-25 22:48 UTC (permalink / raw)
To: help-gnu-emacs
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)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-05-25 22:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-25 11:36 right-click to control-right-click Nordlöw
2010-05-25 22:48 ` LanX
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).