Sublime-Extended-Tab-Switcher icon indicating copy to clipboard operation
Sublime-Extended-Tab-Switcher copied to clipboard

Doesn't work on Windows

Open easingthemes opened this issue 9 years ago • 4 comments

Default settings are empty. Shortcuts behavior is Windows default, just switching all opened windows.

easingthemes avatar Mar 24 '15 11:03 easingthemes

+1, doesn't work.

Blasz avatar Apr 02 '15 05:04 Blasz

+1 doesn't work

marcdexet-cnrs avatar Apr 09 '15 06:04 marcdexet-cnrs

In windows it shows program switcher. Please change shortcuts or help us to change shortcut. Thanks

mort3za avatar Sep 05 '15 15:09 mort3za

+1 windows 10 here; default CTRL+ALT+TAB binding launches the Windows ALT-TAB window.

README.md says:

User can change the default key binding at Preferences -> Package Settings -> Extended Tab Switcher -> Key Bindings User

But — when I look for commands @ Extended Tab Switcher -> Key Bindings -> Default, it's just opens a blank file.

Is there another way to determine what the "command" is for switching tabs? Thank you.

UPDATE:

A list of key-bindings for each OS can be found here

On windows: add the following to your Extended Tab Switcher user keybindings file and modify as necessary. I am currently using CTRL+ALT+O without conflict.

[
    { "keys": ["ctrl+alt+tab"], "command": "extended_switcher", "args": {"list_mode": "window"} },
    { "keys": ["ctrl+alt+shift+tab"], "command": "extended_switcher", "args": {"list_mode": "active_group"} }
]

uniZero avatar Oct 27 '15 11:10 uniZero