wise0704 / FlashDevelop

FlashDevelop is a free and open source code editor.
1 stars 0 forks source link

Ext shortcuts: main menu barely usable #2

Closed gene-pavlovsky closed 7 years ago

gene-pavlovsky commented 7 years ago

Press Alt-F. File menu opens, you can open menu items using their letters, but:

wise0704 commented 7 years ago

Thanks for the reports! Unfortunately, I'm busy lately, so the fixes will be quite delayed...

It seems that (on my local branch) this issue happens when the scintilla control has focus (it eats the arrow keys when focused). When other controls (e.g. Project tree) has focus, the keys work for the menu navigation & focus.

gene-pavlovsky commented 7 years ago

My pleasure. I've been waiting for this feature for a long time, can wait a long time more :)

wise0704 commented 7 years ago

Fixed with c7bb7a8d5eeb205a6090689586ab9a0b2a02bc8b

Although the fix was only 2 lines, it took me ages to figure out how to fix this haha. It's .NET's fault for weird focus management with menu strips.