You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This idea will help in toggling quickly between 2 windows using alt+space+enter
Assuming we have VSCode and Chrome, currently on VSCode
alt+space will bring up sprung, but showing the previous window (Chrome) instead of the current one (VSCode)
enter will switch to Chrome
If we repeat alt+space+enter, this will bring us to VSCode
Alternatively, we could do a timeout, but i think it is not so good:
alt+space will bring up sprung
If no other key is pressed within 1 second, then it switches to the previous window
If a key was pressed, behave as per sprung today
So, we repeat alt+space, it will switch to the previous window after 1 second
Make the 1 second configurable
What I'm trying to do here is to maintain the existing alt-tab behavior, but allow sprung to introduce benefits.
At the same time, switching should rely only on fingers and not react based on what user sees. Hope that makes sense.
Bonus:
alt+space will bring up sprung
If space is released but alt is not, behave like Windows alt+tab and cycle the next window on every space, if shift is pressed instead of space, reverse the select direction
Switch to the selected window once all keys are released
Thank you.
The text was updated successfully, but these errors were encountered:
Hi, great work!
This idea will help in toggling quickly between 2 windows using
alt
+space
+enter
Assuming we have VSCode and Chrome, currently on VSCode
alt
+space
will bring up sprung, but showing the previous window (Chrome) instead of the current one (VSCode)enter
will switch to Chromealt
+space
+enter
, this will bring us to VSCodeAlternatively, we could do a timeout, but i think it is not so good:
alt
+space
will bring up sprungalt
+space
, it will switch to the previous window after 1 secondWhat I'm trying to do here is to maintain the existing alt-tab behavior, but allow sprung to introduce benefits.
At the same time, switching should rely only on fingers and not react based on what user sees. Hope that makes sense.
Bonus:
alt
+space
will bring up sprungspace
is released butalt
is not, behave like Windows alt+tab and cycle the next window on everyspace
, ifshift
is pressed instead ofspace
, reverse the select directionThank you.
The text was updated successfully, but these errors were encountered: