This revision adds the functionality to let the user use PageUp and PageDown keys when navigating a menu.
This can speed the workflow when dealing with longer menu lists. Such as the vertex context menu while in edit-mode.
Differential D5582
UI: PageUp PageDown scrolling in menu Authored by Joep Peters (Joep) on Aug 25 2019, 1:40 PM.
Details
This revision adds the functionality to let the user use PageUp and PageDown keys when navigating a menu. This can speed the workflow when dealing with longer menu lists. Such as the vertex context menu while in edit-mode.
Diff Detail
Event TimelineComment Actions Hi @Joep Peters (Joep) , first of all thanks for the patch! From a UX perspective, I don't see why we would need that (having all the mnemonics in menu entries in place it should be easy to select directly what you want). Greetings, Comment Actions I think Home/End to go to top or bottom of the menu is more standard. Otherwise cool! Little fixes like this make a difference. Comment Actions This is a standard feature on all operating system as far as I know, so we might as well support it in Blender too. I think we should use both pgup/pgdown and home/end. At least with Linux/GTK and macOS both work, not sure how it is on Windows. Otherwise looks good to me. Comment Actions @Brecht Van Lommel (brecht) Thank you for the approval! Is there still time to commit it for 2.81? (I read somewhere that there is a feature lock this week) Comment Actions This kind of smaller polishing can go into still for the next month, it will be in 2.81. |