all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* M-Tab to Super_L-Tab
@ 2004-07-14  6:36 Ding Lei
  2004-08-01 13:45 ` Kai Grossjohann
  0 siblings, 1 reply; 2+ messages in thread
From: Ding Lei @ 2004-07-14  6:36 UTC (permalink / raw)


Hi, 
  As you know, lots of Emacs applications uses M-Tab as completion keybinding,
how can I change it to Super_L - Tab ?
  I guess that might need some setup with xmodmap, not really familiar with it so 
please show up neccessary xmodmap commands too.
  Thank you!


-- 
Layman <dinglei@ipanel.cn> Ext: 8059

... Had this been an actual emergency, we would have fled in terror,
and you would not have been informed.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: M-Tab to Super_L-Tab
  2004-07-14  6:36 M-Tab to Super_L-Tab Ding Lei
@ 2004-08-01 13:45 ` Kai Grossjohann
  0 siblings, 0 replies; 2+ messages in thread
From: Kai Grossjohann @ 2004-08-01 13:45 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-08-01 13:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-14  6:36 M-Tab to Super_L-Tab Ding Lei
2004-08-01 13:45 ` Kai Grossjohann

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.