all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: LanX <lanx.perl@googlemail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: right-click to control-right-click
Date: Tue, 25 May 2010 15:48:51 -0700 (PDT)	[thread overview]
Message-ID: <362e9faa-3f2f-4cfc-806e-fd285400c9a4@u7g2000vbq.googlegroups.com> (raw)
In-Reply-To: 1bcbf5d1-369b-4174-aa17-ffcfffd5b61d@v18g2000vbc.googlegroups.com

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	other threads:[~2010-05-25 22:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-25 11:36 right-click to control-right-click Nordlöw
2010-05-25 22:48 ` LanX [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=362e9faa-3f2f-4cfc-806e-fd285400c9a4@u7g2000vbq.googlegroups.com \
    --to=lanx.perl@googlemail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.