We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See example program for the editor: https://github.com/iced-rs/iced/blob/master/examples/editor/src/main.rs#L142
Apparently Cmd+S is not being detected as key S + modifiers.command but instead Cmd shows up as Named(Super) and modifiers.command is false.
key S + modifiers.command
Named(Super)
false
Cmd+S should save the Editor file.
master
macOS
No response
The text was updated successfully, but these errors were encountered:
2829c12
No branches or pull requests
Is your issue REALLY a bug?
Is there an existing issue for this?
Is this issue related to iced?
What happened?
See example program for the editor: https://github.com/iced-rs/iced/blob/master/examples/editor/src/main.rs#L142
Apparently Cmd+S is not being detected as
key S + modifiers.command
but instead Cmd shows up asNamed(Super)
and modifiers.command isfalse
.What is the expected behavior?
Cmd+S should save the Editor file.
Version
master
Operating System
macOS
Do you have any log output?
No response
The text was updated successfully, but these errors were encountered: