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

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

Re: M-Tab to Super_L-Tab


From: Kai Grossjohann
Subject: Re: M-Tab to Super_L-Tab
Date: Sun, 01 Aug 2004 15:45:20 +0200
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux)

Ding Lei <dinglei@ipanel.cn> writes:

>   As you know, lots of Emacs applications uses M-Tab as completion keybinding,
> how can I change it to Super_L - Tab ?

(global-set-key (kbd "s-<tab>") (kbd "M-TAB"))

Whenever you type s-<tab>, it will do like M-TAB.
But perhaps Super_L-Tab does not produce s-<tab>.  Please hit
Super_L-Tab in Emacs now, and then hit C-h l.  This will tell you what
it produces instead.  Updaet the global-set-key command accordingly.

Btw, you can also type ESC TAB or ESC C-i or C-M-i instead of M-TAB.

Kai






reply via email to

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