rymdport
rymdport copied to clipboard
Add keyboard shortcuts for changing tabs
Description:
This adds support for cycling through the tabs using Alt + Tab like in browsers. Blocked until https://github.com/fyne-io/fyne/issues/3087 is fixed.
Checklist:
- [ ] Tests included.
- [x] Lint and formatter run with no errors.
- [x] Tests all pass.
- [ ] ~~Use https://github.com/fyne-io/fyne/blob/v2.2.1/key_other.go#L9 instead of the control modifier.~~
- [x] We should also add
Ctrl + Shift + Tabto go backwards.