Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

overzealous MainMenu #13

Open
lanurmi opened this issue Jan 31, 2008 · 1 comment
Open

overzealous MainMenu #13

lanurmi opened this issue Jan 31, 2008 · 1 comment

Comments

@lanurmi
Copy link
Owner

lanurmi commented Jan 31, 2008

MainMenu, used alone, not followed by a menu-specifying letter, still pops up a content menu, rather than the menu bar alone. From there, pressing an item letter will select the item within the opened menu, rather than an item from the main menu.
This makes it more difficult to toggle the menu bar alone by key, without opening on of the submenus. though i think workaround is possible by sending an escape, following MainMenu.

Intended usage:
MainMenu (toggles menu bar, but not a sub menu)
S (open “Search” menu)

Currently:
MainMenu (toggles menu bar and pops open the file menu
S (saves file)

Note that all configured menu keys, like Alt-F, Alt-E etc have the “MainMenu” followed by their menu letter anyway, therefore it seems that turning off the unfolding of the file menu won’t break any existing macros (in fact i wonder how that would work, as – as result of the opened submenu – the following letter which specifies the inteneded submenu would select from context of the opened menu instead).

I currently try to work around this behaviour by sending an Esc after MainMenu, to close the opened menu again.

Reported by: forthfreak

Original Ticket: efte/bugs/12

@lanurmi
Copy link
Owner Author

lanurmi commented Jan 31, 2008

- priority: 5 —> 2

Original comment by: forthfreak

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant