feat(frontend): keyboard range-select with Shift+Space / Shift+x
Plain Space/x toggles the focused card and drops a range anchor there; Shift+Space / Shift+x now selects everything from that anchor to the focused card, sharing the same anchor (lastSelectedIdx) as Shift+click so mouse and keyboard range-selection are interchangeable. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
['↑ ↓ ← →', 'Move focus between files'],
|
||||
['Enter', 'Open the focused file'],
|
||||
['Space / x', 'Select / deselect'],
|
||||
['Shift+Space / Shift+x', 'Select a range from the anchor'],
|
||||
['e', 'Edit tags (focus the tag filter)'],
|
||||
['p', 'Add to pool'],
|
||||
['Del', 'Move to trash'],
|
||||
|
||||
Reference in New Issue
Block a user