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

Think more carefully about keyboard key identifiers #31

Open
ixjlyons opened this issue Feb 28, 2018 · 1 comment
Open

Think more carefully about keyboard key identifiers #31

ixjlyons opened this issue Feb 28, 2018 · 1 comment
Labels
design Questions and ideas related to user-facing design. enhancement New feature, improved performance, etc.

Comments

@ixjlyons
Copy link
Member

There needs to be a straightforward way to specify keys (for the keyboard input device, custom tasks with key handling, etc.). Right now strings work ('w' for the w key) but this is limited and probably doesn't work well with other keyboard layouts. Obviously using Qt key IDs would work but I'd really rather not have to import Qt anywhere in user code.

@ixjlyons
Copy link
Member Author

Idea: look at how pytest-qt does this.

@ixjlyons ixjlyons added enhancement New feature, improved performance, etc. design Questions and ideas related to user-facing design. labels Mar 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
design Questions and ideas related to user-facing design. enhancement New feature, improved performance, etc.
Projects
None yet
Development

No branches or pull requests

1 participant