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
clever implementation
however, nitpick, reversing this does not result in a KeyCombo:
KeyCombo
In [1]: from app_model.types import KeyCode, KeyMod In [2]: KeyMod.CtrlCmd | KeyCode.KeyM Out[2]: <KeyCombo.CtrlCmd|KeyM: 2078> In [3]: KeyCode.KeyM | KeyMod.CtrlCmd Out[3]: 2078
Originally posted by @kne42 in napari/napari#4784 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
clever implementation
however, nitpick, reversing this does not result in a
KeyCombo
:Originally posted by @kne42 in napari/napari#4784 (comment)
The text was updated successfully, but these errors were encountered: