kamranahmedse / tab-switcher

Chrome Extension - Switch between the opened tabs in the blink of an eye
https://goo.gl/8IN6Z3
446 stars 35 forks source link

Allow us to change the shortcut key #3

Closed pateldhruv1993 closed 2 years ago

pateldhruv1993 commented 7 years ago

I just installed the extension because its seems like a good productivity tool. But damn is it hard to activate. CTRL+SHIFT+K?! That's so hard to press for me to use it regularly. I know I can just edit your js file and set up whatever I like but then I won't be able to get future updates from chrome store and all that good stuff.

Thanks!

abensur commented 7 years ago

This is already on the roadmap!

wachunei commented 7 years ago

I think this addresses a bigger issue, which is the shortcut system is injected with the rest of the extension functionality, thus being broken in some websites which already have their own shortcuts.

However, extension can define a set of commands and suggest a shortcut for each, which is configured across chrome, would be customizable and work in every website.

screen shot 2016-09-25 at 5 14 08 pm

I think this is the way to approach the roadmap.

kamranahmedse commented 7 years ago

@wachunei I did came across this but if I had used that user would have to manually set the shortcut, which I didn't want, so I put that in a constant for now.

However, I am working on the next release which will have an options page using which some custom shortcut will be stored in the local storage and then in the extension instead of binding that shortcut through that constant, I will use the value stored in local storage.

wachunei commented 7 years ago

@kamranahmedse As far as I know, the suggested shortcut (which can be different for each OS) becomes active right after installation is done, and it would not required user set up, unless user may need to change it.

capaj commented 7 years ago

@kamranahmedse shortcut not being active from the installation by default is a chrome feature. Maybe chrome has some good reason why they don't enable them by default. Having to set one keyboard shortcut is a small price to pay for such a great feature that the tab-switcher brings.

akarthik10 commented 6 years ago

If you use something like BetterTouchTool, you can specify a different shortcut and map it to Ctrl+Shift+K specifically in Chrome. By the way, chrome already has a shortcut manager that allows us to specify a shortcut to "activate the extension". If you can add the functionality to show tab switcher when extension icon is clicked, one can define a custom shortcut from the keyboard shortcuts section of the extensions page in chrome.

fharper commented 2 years ago

That would be great as it's unusable when the tab open is GitHub

kamranahmedse commented 2 years ago

Chrome has built-in tab search now ctr + shift + a

image