These will just move forward/backward. We will add additional functions with more keys in the future.
Description
Added a file called hotkeys.ts that should be the place to add additional hotkeys in the future. Effectively this would be a mapping of hotkey to a commit action.
Pre-PR checklist
[x] Ran npm run serve and:
[x] Checked basic functionality
[x] Checked that errors are handled
[x] Ran npm run lint
[x] Ran npm run test:unit
[x] Ran npm run test:e2e and ran relevant tests
[x] Attached reviewers to PR and pinged on Slack/email
These will just move forward/backward. We will add additional functions with more keys in the future.
Description
Added a file called hotkeys.ts that should be the place to add additional hotkeys in the future. Effectively this would be a mapping of hotkey to a commit action.
Pre-PR checklist
npm run serve
and:npm run lint
npm run test:unit
npm run test:e2e
and ran relevant testsScreenshots/GIFs
[Attach screenshots if making a visible change!]