all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kai Grossjohann <kai@emptydomain.de>
Subject: Re: M-Tab to Super_L-Tab
Date: Sun, 01 Aug 2004 15:45:20 +0200	[thread overview]
Message-ID: <868yczc6q7.fsf@ketchup.de.uu.net> (raw)
In-Reply-To: 20040714063648.GA1567@ipanel.cn

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	other threads:[~2004-08-01 13:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-07-14  6:36 M-Tab to Super_L-Tab Ding Lei
2004-08-01 13:45 ` Kai Grossjohann [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=868yczc6q7.fsf@ketchup.de.uu.net \
    --to=kai@emptydomain.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.