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


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:

setkey ("@^[mF", "\ef"); % Esc-f for File menu
setkey ("@^[mS", "\es"); % Esc-s for Search menu
setkey ("@^[mB", "\eb"); % Esc-b for Buffers menu
setkey ("@^[mi", "\ew"); % Esc-w for Window menu
setkey ("@^[my", "\ey"); % Esc-y for System menu

Now all my menus work off the Esc key.

-Doug
_______________________________________________
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]