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

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

Re: standard popup menu


From: Henrik Enberg
Subject: Re: standard popup menu
Date: Sat, 12 Jul 2003 23:06:13 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

Bruce Ingalls <bingalls@CUT-this-SPAM-BLOCK.fit-zones.com> writes:

> ...
>          '(t "Undo                 C-_"    "(undo)")
>
> If anyone knows how to put a tab in popup menu description,
> to better align the keyboard shortcuts, or for that matter,
> programmatically insert the keybinding, instead of using
> hard-coding, let me know.

(key-binding (kbd "C-_")) => undo

dunno about tabs in menus.


reply via email to

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