Jan Vroonhof wrote:
> No, but you can use relabel-menu-item
Why is that needed? It would be very bad too since it changes the
names of the items. Or do you mean "add accelerators".
I'm referring to adding accelerators using e.g.
(relabel-menu-item '("File") "%_File")
> in conjunction with
> menu-accelerator-modifiers and menu-accelerator-prefix to get
> Windows-style behaviour.
The problem is that under windows you can actually activate the menu
by using a single alt press and that
Right. I'm not sure how hard it would be to do this under X, but even
if it was straightforward, I'm not sure that it would be the right
thing to do on X. Motif uses F10 to do the same thing, so
(define-key global-map 'f10 'accelerate-menu)
is probably more appropriate.
--
Glynn Clements <glynn(a)sensei.co.uk>