-
Notifications
You must be signed in to change notification settings - Fork 10
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
Doesn't work on Windows #9
Comments
+1, doesn't work. |
+1 doesn't work |
In windows it shows program switcher. Please change shortcuts or help us to change shortcut. Thanks |
+1 windows 10 here; default CTRL+ALT+TAB binding launches the Windows ALT-TAB window. README.md says:
But — when I look for commands @ 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 [
{ "keys": ["ctrl+alt+tab"], "command": "extended_switcher", "args": {"list_mode": "window"} },
{ "keys": ["ctrl+alt+shift+tab"], "command": "extended_switcher", "args": {"list_mode": "active_group"} }
] |
Default settings are empty. Shortcuts behavior is Windows default, just switching all opened windows.
The text was updated successfully, but these errors were encountered: