File tree Expand file tree Collapse file tree 2 files changed +20
-3
lines changed Expand file tree Collapse file tree 2 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 11# macos-multi-select
22
33Given a list of ids, and an action, return a list of selected items with the same behaviour of macOS finder list view selection.
4+
5+ 🌟 [ List of Features Known] ( documentation/features.md )
Original file line number Diff line number Diff line change 184184
185185# Select Previous Key
186186## Scenarios
187- ### should do nothing if the list is empty
187+ ### Should do nothing if the list is empty
188188
189189| | |
190190| --- | ---|
193193| Hot Key | ` Arrow Up ` |
194194
195195![ demo] ( ./images/select_previous_key_scenario_1.gif )
196- ### should start from the bottom
196+ ### Should start from the bottom
197197
198198| | |
199199| --- | ---|
202202| Hot Key | ` Arrow Up ` |
203203
204204![ demo] ( ./images/select_previous_key_scenario_2.gif )
205- ### should never select beyond first item
205+ ### Should never select beyond first item
206206
207207| | |
208208| --- | ---|
230230| Hot Key | ` Arrow Up ` |
231231
232232![ demo] ( ./images/select_previous_key_scenario_6.gif )
233+
234+ # Select Next Adjacent Key
235+ ### Scenarios
236+ ## Should start from top
237+ ## ` Adjacent range ` union
238+ # Select Previous Adjacent Key
239+ ### Scenarios
240+ ## Should start from bottom
241+ ## ` Adjacent range ` union
242+
243+ # Changes in Index
244+ ## Scenarios
245+ ### Key added to the index in ` Adjacent Range `
246+ ### Key added outside of ` Adjacent Range `
247+ ### Non-selected Key removed from the index
You can’t perform that action at this time.
0 commit comments