Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows - Navigating tab list by pressing Q multiple times while holding Alt button #3

Closed
farukozsoy opened this issue Apr 13, 2019 · 2 comments

Comments

@farukozsoy
Copy link

Hi,

Would it be good if we could navigate through the recent tabs list by pressing Q multiple times while holding Alt button? I am aware that quick double pressing Q switches the most recent tab, but navigating tab list by pressing Q multiple times (a bit slower), like Alt+Tab in windows, would improve user experience and removes the need to use the arrow keys, I think.

Regards, and thanks for the really nice extension

@fwextensions
Copy link
Owner

fwextensions commented Apr 13, 2019

Thanks for the feedback! I totally agree that using alt+Q to navigate the list would be better, and that was my original plan. But it turns out that Chrome automatically closes the popup menu when you press the same command that was used to initially open it. The extension doesn't get a chance to intercept that event at all. After discovering that, I added the double-press so you could at least do something useful without switching your hand to different keys.

Also, did you know you can use the W key to move the selection down the list while holding alt? When you release alt, QuicKey will switch to the selected tab. Not as nice as using Q, but it's just one key over. That was as close as I could get to emulating the alt+tab experience without any additional software:

gif

However, since you're on Windows, you could install AutoHotkey and run a script I've created that will intercept ctrl+tab and let you press it once to toggle between the recent tabs, or keep holding ctrl and then use tab to navigate the list. This page describes how to set it up.

@farukozsoy
Copy link
Author

Thanks for clarification.

For me using W key after Alt+Q is a fair enough workaround for the situation, I adapted to it already.

Thanks again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants