From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Javier Oviedo" Newsgroups: gmane.emacs.help Subject: Re: alt and menu bar Date: Wed, 12 Mar 2003 09:26:57 -0500 Organization: Texas Instruments Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1047479780 30879 80.91.224.249 (12 Mar 2003 14:36:20 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 12 Mar 2003 14:36:20 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Wed Mar 12 15:36:19 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18t7Kh-00080l-00 for ; Wed, 12 Mar 2003 15:35:51 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18t7Kd-0004BK-0B for gnu-help-gnu-emacs@m.gmane.org; Wed, 12 Mar 2003 09:35:47 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!nntp1.hal-pc.org!attdl1!ip.att.net!news.ti.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 32 Original-NNTP-Posting-Host: gt64v7121.telogy.design.ti.com Original-X-Trace: tilde.itg.ti.com 1047479137 24041 158.218.105.183 (12 Mar 2003 14:25:37 GMT) Original-X-Complaints-To: usenet@news.ti.com Original-NNTP-Posting-Date: 12 Mar 2003 14:25:37 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Original-Xref: shelby.stanford.edu gnu.emacs.help:111005 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:7505 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:7505 That did the job perfectly. I think that more people might find this useful. You should post it in gnu.emacs.sources Thanks. "Jeffery B. Rancier" wrote in message news:mailman.3108.1047429228.21513.help-gnu-emacs@gnu.org... > "Javier Oviedo" 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) > > > >