fwextensions / QuicKey

Jump between recent tabs in Chrome via keyboard shortcuts or a most recently used (MRU) menu.
https://fwextensions.github.io/QuicKey
217 stars 21 forks source link

[Feature Request] Keybind to switch to pinned/set Tab #112

Open Lolmerkat opened 8 months ago

Lolmerkat commented 8 months ago

Add a hotkey to either switch to one of the pinned tabs or a tab set in the settings.

fwextensions commented 8 months ago

Are you imagining a hotkey that you'd press after opening the menu, or something that would be available at all times? If the latter, there isn't a way to add arbitrary hotkeys for new things, unfortunately. All the commands that can have hotkeys assigned have to be baked into the extension when it's submitted. So there could be exactly one command for switching to a particular tab, or exactly 5, but not simply as many as the user wants to add.

After the menu is opened and has focus, then there's much more flexibility in terms of adding more shortcuts. But it would mean having one hotkey to open the menu and then pressing another to immediately switch to a particular tab.