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

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

shift Tab acting as meta Tab


From: harven
Subject: shift Tab acting as meta Tab
Date: Mon, 24 Mar 2008 06:36:40 -0700 (PDT)
User-agent: G2/1.0

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 via email to

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