From: harven <harven@free.fr>
To: help-gnu-emacs@gnu.org
Subject: shift Tab acting as meta Tab
Date: Mon, 24 Mar 2008 06:36:40 -0700 (PDT) [thread overview]
Message-ID: <7d586f44-1f16-495a-b30a-2e34e3da8ef1@s50g2000hsb.googlegroups.com> (raw)
Hi,
I want to make shift-tab act as meta-Tab.
I tried things like
(keyboard-translate ?\S-\t ?\M-\t)
without success.
I am using X11 and shift-tab is recognized;
Binding with global-set-key indeed works, e.g.
(global-set-key (kbd "<S-tab>") 'complete-symbol)
If I use this method, however, I have to
rebind S-tab for all modes. A keyboard translation would be better,
but I am unable
to get the character syntax right for the S-tab. Any hint ?
reply other threads:[~2008-03-24 13:36 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=7d586f44-1f16-495a-b30a-2e34e3da8ef1@s50g2000hsb.googlegroups.com \
--to=harven@free.fr \
--cc=help-gnu-emacs@gnu.org \
/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.