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
When we press the keys J and K, the selection moves up and down rather than going to the choice J and K
import questionary choices = [f"choice-{i}" for i in range(1, 37)] questionary.rawselect("Select :", choices).ask() #run this and press the keys J and K
No response
Pressing J and K selects the choices J and K
Version: 2.0.1
Version: 3.0.36
Windows
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When we press the keys J and K, the selection moves up and down rather than going to the choice J and K
questionary-bug.mp4
Example
Steps to reproduce
No response
Expected behaviour
Pressing J and K selects the choices J and K
Latest version
Questionary version
Version: 2.0.1
Prompt Toolkit version
Version: 3.0.36
Operating System
Windows
The text was updated successfully, but these errors were encountered: