* shift Tab acting as meta Tab
@ 2008-03-24 13:36 harven
0 siblings, 0 replies; only message in thread
From: harven @ 2008-03-24 13:36 UTC (permalink / raw)
To: help-gnu-emacs
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 ?
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-03-24 13:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-24 13:36 shift Tab acting as meta Tab harven
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).