You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should find pivot in next selection even when pivot is in the initial state due to select adjacent on initial state
Implemented
✅
Has tests
✅
Hot Key
⇧ + click
Find pivot in bottom selection
Implemented
✅
Has tests
✅
Hot Key
⇧ + click
Find pivot in top selection
Implemented
✅
Has tests
✅
Hot Key
⇧ + click
Deselect All
Properties
Deselect All
Implemented
✅
Has tests
✅
Hot Key
⌘ + ⌥ + A (Command + Alt + A)
Select Next Key
Properties
Should do nothing if no keys
Implemented
✅
Has tests
✅
Hot Key
Arrow Down
Should start from the top
Implemented
✅
Has tests
✅
Hot Key
Arrow Down
Should never select beyond last key
Implemented
✅
Has tests
✅
Hot Key
Arrow Down
Should select next key from the last Select Adjacent Key end key not the Select Adjacent Key start key
Implemented
✅
Has tests
✅
Hot Key
Arrow Down
Should select next from the last selected even when the selection is bottom to top
Implemented
✅
Has tests
✅
Hot Key
Arrow Down
Select Previous Key
Properties
Should do nothing if the list is empty
Implemented
✅
Has tests
✅
Hot Key
Arrow Up
Should start from the bottom
Implemented
✅
Has tests
✅
Hot Key
Arrow Up
Should never select beyond first key
Implemented
✅
Has tests
✅
Hot Key
Arrow Up
Should select next key from the last Select Adjacent Key end key not the Select Adjacent Key start key
Implemented
✅
Has tests
✅
Hot Key
Arrow Up
Should select previous from the last selected even when the selection is bottom to top
Implemented
✅
Has tests
✅
Hot Key
Arrow Up
Select Next Adjacent Key
Properties
In the initial state the user starts from the bottom
Implemented
✅
Has tests
✅
When the last selected group is ascending then it selects the next key
Implemented
✅
Has tests
✅
Hot Key
Shift ⇧ + Arrow Down
When the selected group is ascending then it deselects the next key
Implemented
✅
Has tests
✅
Hot Key
Shift ⇧ + Arrow Down
Ignores the adjacent pivot key (adjacent pivot is always selected)
Implemented
✅
Has tests
✅
Hot Key
Shift ⇧ + Arrow Down
Adjacent group union
If the next element to select has an adjacent group of selected keys, it does an union of that group, and orders it as if it were selected with a Select Next Adjacent Key command (sequentially instead of the original order of selection).
Implemented
✅
Has tests
✅
Hot Key
Shift ⇧ + Arrow Down
Limit last index
Does nothing if the last item is already selected
Implemented
✅
Has tests
✅
Hot Key
Shift ⇧ + Arrow Down
Select Previous Adjacent Key
Properties
In the initial state the user starts from the top
Implemented
✅
Has tests
✅
Hot Key
Shift ⇧ + Arrow Up
When the last selected group is descending then it selects the previous key
Implemented
✅
Has tests
✅
Hot Key
Shift ⇧ + Arrow Up
When the selected group is ascending then it deselects the previous key
Implemented
✅
Has tests
✅
Hot Key
Shift ⇧ + Arrow Up
Ignores the adjacent pivot key (adjacent pivot is always selected)
Implemented
✅
Has tests
✅
Hot Key
Shift ⇧ + Arrow Up
Adjacent group union
If the previous element to select has an adjacent group of selected keys, it does an union of that group, and orders it as if it were selected with a Select Next Adjacent Key command (sequentially instead of the original order of selection).