pladams9 / hexsheets

A basic spreadsheet application with hexagonal cells inspired by: http://www.secretgeek.net/hexcel.
MIT License
91 stars 3 forks source link

Keyboard controls for selecting individual cells #16

Open pladams9 opened 4 years ago

pladams9 commented 4 years ago

and should move up and down as expected. and should move on one of the two diagonals, depending on which direction was moved previously. If or were last used, then or would move diagonally up or down respectively. For instance, after would move up-right. If or were last used, then the cell cursor will continue to move on the same diagonal it is currently on. For instance, hitting after moving up-right would move down-left, while doing the same thing after moving down-right would move up-left.

pladams9 commented 4 years ago

This issue will just cover moving between individual cells. Issue #33 will address selecting ranges once those have been implemented.