rymdport icon indicating copy to clipboard operation
rymdport copied to clipboard

Add keyboard shortcuts for changing tabs

Open Jacalz opened this issue 3 years ago • 1 comments

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.

Jacalz avatar Jun 21 '22 17:06 Jacalz

  • [ ] ~~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 + Tab to go backwards.

Jacalz avatar Jun 26 '22 20:06 Jacalz