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

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

Re: MS Windows "Alt-Menu" support


From: Jeffery B. Rancier
Subject: Re: MS Windows "Alt-Menu" support
Date: Fri, 08 Aug 2003 16:04:25 -0400
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (windows-nt)

kai.grossjohann@gmx.net (Kai Großjohann) writes:

I simply bind:

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

to Control-tab, a sequence I never use.

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

> "Herb Martin" <news@LearnQuick.com> writes:
>
>> Obviously Alt-F File, Alt-H Help, etc., conflict with
>> other Meta key sequences.
>>
>> How have others solved this issue (beside just adapting
>> as I miss my Alt-F Save file etc.)
>
> I suggested on emacs-devel to change the behavior of Emacs as
> follows:  Pressing Alt, then hitting f, then releasing Alt, should
> behave as it does now -- it should invoke M-f aka forward-word.  But
> pressing Alt, then releasing Alt, and *then* hitting f should invoke
> the menu bar.
>
> Maybe that might make you happy?
>
> The only problem is that you will need to write the code...
> -- 
> Two cafe au lait please, but without milk.

-- 
Thanks,
Jeff

,----
| Jeffery B. Rancier
| 
| Softechnics
| a METTLER TOLEDO company
`----





reply via email to

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