Adds button shortcut for up to 4 tabs #1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Great project! I think this could be quite useful to navigate all of my open tabs.
I've added some functionality that I thought would be useful. It adds the option to attach four buttons which can be used to jump to specific tabs. Long-pressing a button assigns the currently open tab to the button, after which a short press jumps back to that tab.
For example: when working on a website you can assign one button to the work in process site and one to the reference of the framework you're using.
Also, long pressing the encoder button will reopen the most recently closed tab.
note: originally I used a 'program' button (press program button, then press one of the tab buttons to assign), which I then replaced with the short/long press system in the last commit.
Changes:
Things to improve: