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

Alt-Tab should not cause next widget to be focused like pressing Tab without Alt #612

Closed
Boscop opened this issue Nov 11, 2020 · 2 comments
Labels
duplicate This issue or pull request already exists
Milestone

Comments

@Boscop
Copy link

Boscop commented Nov 11, 2020

Alt-Tab should not cause the next widget to be focused (like pressing Tab without Alt).
But currently it does.

Also, Shift+Tab should focus the previous widget, but currently it doesn't.

@hecrj hecrj added the duplicate This issue or pull request already exists label Nov 11, 2020
@hecrj hecrj added this to the 1.0.0 milestone Nov 11, 2020
@hecrj
Copy link
Member

hecrj commented Nov 11, 2020

Closing as a duplicate of #489.

Alt-Tab should not cause the next widget to be focused (like pressing Tab without Alt).
But currently it does.

Could you specify where? iced does not currently implement any kind of focus switching.

@hecrj hecrj closed this as completed Nov 11, 2020
@Boscop
Copy link
Author

Boscop commented Nov 11, 2020

Could you specify where?

I tested crypto watch desktop on Linux, and when I Alt+Tabbed away from it, it still interpreted the Tab key press and focused the next input field.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants