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

Windows Support #10

Closed arturoaviles closed 7 years ago

arturoaviles commented 7 years ago

I made this steps:

  1. Installed the chrome extension in Chrome 53.0.2785.116 in Windows 8.1 Enterprise
  2. Closed Chrome
  3. Opened it
  4. Opened some tabs and browsed the internet
  5. Clicked Ctrl + Shift + K and Enter but nothing happened

Is this extension for Windows and/or just MacOS and Linux?

Thanks

kamranahmedse commented 7 years ago

Hey @arturoaviles,

I tested it earlier on windows 7 and 8 and yes it does work on it. Could you please

arturoaviles commented 7 years ago

Hey @kamranahmedse,

capture

simonflk commented 7 years ago

I had the same issue (Chrome 53, Linux) My issue was caused by a conflict with another extension which was set up to use Ctrl+Shift+K (PushBullet) I resolved the issue, by unbinding Ctrl+Shift+K with the conflicting extension, and re-installing Tab Switcher. For me, simply binding Ctrl+Shift+K to Tab Switcher did not in itself fix it - Only the reinstall did.

To edit keyboard shortcuts:

Just head to chrome://extensions/ in your browser's address bar to open up the extensions page. Scroll down to the bottom and you'll see a Keyboard Shortcuts option. Click it, and you can set up custom shortcuts for some of you extensions.

--- http://lifehacker.com/add-custom-keyboard-shortcuts-to-chrome-extensions-for-1595322121

arturoaviles commented 7 years ago

It worked. Pushbullet shortcut was the problem as you said. Thanks @simonflk!