Blender Git Commit Log

Git Commits -> Revision 3c76c98

July 30, 2021, 14:51 (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: 3c76c983aa3f20a192191e48ca0afe874fe00d28
Parent Commit: 7083656
Committed By: Fabian Schempp
Lines Changed: +89, -5

2 Modified Paths:

/release/scripts/presets/keyconfig/keymap_data/blender_default.py (+2, -0) (Diff)
/source/blender/editors/interface/interface_ops.c (+87, -5) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021