jed-users mailing list

[2011 Date Index] [2011 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: [Jed-users-l] JED: Pull down menu in Mac


On 23.04.11, Doug Kramer wrote:
> I accidentally ran across it again:  Esc-E pulls down the Edit menu.
> The Edit and Help menus were the only ones that worked (the others were
> assigned to functions).  So with a bit of investigation I added these
> setkeys:

There is the enable_menu_keys() function that is intended for this
task (overwriting emulation-mode keybindings that clash with menu
shortcuts), so instead of:

> setkey ("@^[mF", "\ef"); % Esc-f for File menu
...

you can try with the one-liner

enable_menu_keys();

.

Besides this: the keydefs.sl mode defines symbolic variables for
many of the "cryptic" key strings (however, it might be not ready for
Ubuntu from a Mac).

Günter

_______________________________________________
Jed-users-l mailing list
Jed-users-l@xxxxxxxx
http://mailman.jtan.com/mailman/listinfo/jed-users-l


[2011 date index] [2011 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]