Blender Git Loki
Git Commits -> Revision 89fd3af
Revision 89fd3af by Julian Eisel (master) July 15, 2021, 14:12 (GMT) |
UI: Support pressing Ctrl+F over UI lists to search Adds an operator invoked by default with Ctrl+F that while hovering a UI list, opens the search field of the list and enables text input for it. With this commit the search button may actually be out of view after Ctrl+F still. The following commit adds auto-scroll to solve that. A downside is that in the Properties, there also is Ctrl+F to start the editor-wide search. That's not unusual in Blender though (e.g. scolling with the mouse over a UI list also scrolls the list, not the region). |
Commit Details:
Full Hash: 89fd3afd1efbb52ffc36aa253843317b63f7bdea
Parent Commit: 87c1c81
Committed By: Sybren A. Stüvel
Lines Changed: +89, -5