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
User should be able to switch window quickly. Probably a dedicated key which maps to
KeyDown(Alt) > KeyPress(Tab) > KeyUp(Alt)
But this will only switch between the last two active windows. We should be able to move across all the open apps / windows. I guess, the best we could do is to make something like below:
[ << ] [ Switch window ] [ >> ]
Switch window tapped once will switch to last opened window (i.e. Alt + Tab) Switch window tapped twice will keep the switcher opened and user can use << and >> keys to select. Clicking back on Switch window button will select the chosen window
The text was updated successfully, but these errors were encountered:
Another idea is create a page with all the active windows appearing as small icons. User can select and the switch should automatically happen (i.e. decide which window on the UI maps to which window on the system). This will be a pretty exciting to do 😃
User should be able to switch window quickly. Probably a dedicated key which maps to
But this will only switch between the last two active windows. We should be able to move across all the open apps / windows. I guess, the best we could do is to make something like below:
Switch window
tapped once will switch to last opened window (i.e. Alt + Tab)Switch window
tapped twice will keep the switcher opened and user can use<<
and>>
keys to select. Clicking back onSwitch window
button will select the chosen windowThe text was updated successfully, but these errors were encountered: