Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: revamp all cell selection range with key combos, fixes #935
the previous key combo were incorrect, the new combo is the following - `Shift+Home` will select from left most (index 0) to current cell position horizontally - `Shift+End` will select from current cell position until the last cell horizontally - `Ctrl+Shift+Home` will select everything that is on the left side of current cell position and everything on top current position (horizontally left until first cell & vertically left until first row) - `Ctrl+Shift+End` will select everything that is on the right side of current cell position and everything on bottom current position (horizontally right until last cell & vertically right until last row)
- Loading branch information