all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* 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

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.