datatools-ui
datatools-ui copied to clipboard
Support copy from right in timetable editor
Checklist
- [x] Appropriate branch selected (all PRs must first be merged to
devbefore they can be merged tomaster) - [x] Any modified or new methods or classes have helpful JSDoc and code is thoroughly commented
- [x] The description lists all applicable issues this PR seeks to resolve
- [x] The description lists any configuration setting(s) that differ from the default settings
- [x] All tests and CI builds passing
Description
Timetable editor has a cool keyboard shortcut to copy from left/top, but nothing to copy from right! We add shift+l to do this, mirroring shift+'.
Please test thoroughly I could only come up with so many edge cases. Tempted to add a new e2e case