Replies: 1 comment 2 replies
-
This could work akin to setting the "modifier key" for essentials and pinned/normal tabs. Ergo, to implement your example it would be:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Navigation: CTRL+NUM → to the [num]th tab
How it is:
CTRL+1 → gives me 1st essential tab
CTRL+2 → 2nd essential tab
... and so on, then the pinned tabs
... and then the normal tabs
What to change:
CTRL+1 → 1st normal tab
CTRL+2 → 2nd normal tab
...
CTRL+ALT+1 → 1st essential tab
... and so on and then the pinned tabs in the index
Why:
Allows access to more tabs while using keyboard. Basically 8 normal tabs can be access separately and 8 essentials+pinned separately. CTRL+9 directs to the last tab and not necessarily the 9th tab. So 16 tabs in reach of quick shortcuts instead of just 8.
Beta Was this translation helpful? Give feedback.
All reactions