[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
`----
- lRe: MS Windows "Alt-Menu" support, (continued)
- lRe: MS Windows "Alt-Menu" support, Herb Martin, 2003/08/09
- Re: lRe: MS Windows "Alt-Menu" support, Kai Großjohann, 2003/08/10
- Re: lRe: MS Windows "Alt-Menu" support, Herb Martin, 2003/08/11
- Re: lRe: MS Windows "Alt-Menu" support, Herb Martin, 2003/08/11
- Re: lRe: MS Windows "Alt-Menu" support, Kai Großjohann, 2003/08/12
- Re: lRe: MS Windows "Alt-Menu" support, Herb Martin, 2003/08/12
- Re: lRe: MS Windows "Alt-Menu" support, Kai Großjohann, 2003/08/17
- Re: lRe: MS Windows "Alt-Menu" support, Herb Martin, 2003/08/18
- Re: lRe: MS Windows "Alt-Menu" support, Bruce Ingalls, 2003/08/18
Re: MS Windows "Alt-Menu" support, Herb Martin, 2003/08/08
Re: MS Windows "Alt-Menu" support,
Jeffery B. Rancier <=