rajeshvaya / Sublime-Extended-Tab-Switcher

View all open files (sorted/unsorted) for switching between them.
MIT License
26 stars 10 forks source link

Doesn't work on Windows #9

Open easingthemes opened 9 years ago

easingthemes commented 9 years ago

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

Blasz commented 9 years ago

+1, doesn't work.

marcdexet-cnrs commented 9 years ago

+1 doesn't work

mort3za commented 9 years ago

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

uniZero commented 8 years ago

+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"} }
]