unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: jeff.rancier@softechnics.com (Jeffery B. Rancier)
Subject: Re: alt and menu bar
Date: Tue, 11 Mar 2003 19:20:39 -0500	[thread overview]
Message-ID: <uvfypv3jc.fsf@softechnics.com> (raw)
In-Reply-To: b47rgo$5u$1@tilde.itg.ti.com

"Javier Oviedo" <email_joviedo@yahoo.com> writes:

> I'm not to particular on the which key to use, I just want the feature. I
> can I bind the feature I want to a particular key. I use the alt example,
> because it is a common windows feature.
>

I rarely use the mouse other sliding it off my desk to get it out my
way!  I use control-tab to call the following function to quickly
highlight the menubar.  I often miss F10.

(defun jbr-w32-simulate-Alt-tap ()
  (interactive)
  (w32-send-sys-command 61696))

(global-set-key [C-tab] 'jbr-w32-simulate-Alt-tap)

  reply	other threads:[~2003-03-12  0:20 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-03-06 15:49 alt and menu bar Javier Oviedo
2003-03-06 15:54 ` Bastien Guerry
2003-03-06 16:04   ` Javier Oviedo
2003-03-12  0:20     ` Jeffery B. Rancier [this message]
     [not found]     ` <mailman.3108.1047429228.21513.help-gnu-emacs@gnu.org>
2003-03-12 14:26       ` Javier Oviedo
2003-03-06 22:59   ` Unknown

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=uvfypv3jc.fsf@softechnics.com \
    --to=jeff.rancier@softechnics.com \
    /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.
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).