Skip to content
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

Switch window option #5

Open
return007 opened this issue Aug 15, 2020 · 1 comment
Open

Switch window option #5

return007 opened this issue Aug 15, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@return007
Copy link
Owner

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

@return007 return007 added the enhancement New feature or request label Aug 15, 2020
@return007
Copy link
Owner Author

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 😃

@return007 return007 added this to the v1 release milestone Aug 15, 2020
@return007 return007 self-assigned this Aug 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant