6pac / SlickGrid

A lightning fast JavaScript grid/spreadsheet
https://github.com/6pac/SlickGrid/wiki
MIT License
1.82k stars 422 forks source link

fix: revamp all cell selection range with key combos, fixes #935 #940

Closed ghiscoding closed 9 months ago

ghiscoding commented 9 months ago

the previous key combo were incorrect, the new combo is the following

TODOS

Shift+Home

image

Shift+End

image

Ctrl+Shift+Home

image

Ctrl+Shift+End

image