Page MenuHome

File/Asset Dialog: Support home/end/pgup/dn keys
AbandonedPublic

Authored by Ray Molenkamp (LazyDodo) on Aug 7 2021, 8:32 PM.

Details

Summary

The File/Asset browser dialog does not support navigating
using the home/end/pgup/dn keys, this patch adds support
for that.

Selecting items with shift held down I'm not familiar
with the design requirements that led to the current
behaviour but extending it to these keys just made it
stranger to me and I left it out. Perhaps a thing to
fix in a different diff.

Diff Detail

Repository
rB Blender
Branch
tmp_file_dialog_navigation (branched from master)
Build Status
Buildable 16280
Build 16280: arc lint + arc unit

Event Timeline

Ray Molenkamp (LazyDodo) requested review of this revision.Aug 7 2021, 8:32 PM
Ray Molenkamp (LazyDodo) created this revision.

Got annoyed by this while using the asset browser, so assigned you two for review, feel free to unassign yourself or suggest a better reviewer for this though.

Sybren A. Stüvel (sybren) added 1 blocking reviewer(s): Julian Eisel (Severin).

Looks like a very useful thing to have, thanks!
I've turned @Julian Eisel (Severin) into a blocking reviewer because he's the UI guy.

This overlaps quite a bit with D12356, which seems like a more generic solution.