mirror of
https://github.com/vsariola/sointu.git
synced 2025-07-25 00:15:00 -04:00
feat(tracker/gioui): new tab order logic and refactor instrument editor
This commit is contained in:
parent
d276f52942
commit
08c36ed462
@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
|
||||
## [Unreleased]
|
||||
### Added
|
||||
- Tabbing works more consistently, with widgets placed in a "tree", and plain
|
||||
Tab moves to the next widget on the same level or more shallow in the tree,
|
||||
while ctrl-Tab moves to next widget, regardless of its depth. This allows the
|
||||
user to quickly move between different panels, but also tabbing into every
|
||||
tiny widget if needed. Shift-* tab backwards.
|
||||
- Help menu, with a menu item to show the license in a dialog, and also menu
|
||||
items to open manual, Github Discussions & Github Issues in a browser
|
||||
([#196][i196])
|
||||
|
Reference in New Issue
Block a user