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

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

Re: alt and menu bar


From: Jeffery B. Rancier
Subject: Re: alt and menu bar
Date: Tue, 11 Mar 2003 19:20:39 -0500
User-agent: Gnus/5.090013 (Oort Gnus v0.13) Emacs/21.2 (i386-msvc-nt5.1.2600)

"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 via email to

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