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

rawselect shortcuts J and K dont select the choice. it is moving the selection up and down #409

Open
1 task done
GSK-Reddy opened this issue Nov 14, 2024 · 0 comments
Open
1 task done
Labels
Bug Something isn't working

Comments

@GSK-Reddy
Copy link

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

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

Steps to reproduce

No response

Expected behaviour

Pressing J and K selects the choices J and K

Latest version

  • I have checked that this issue occurs on the latest version of questionary.

Questionary version

Version: 2.0.1

Prompt Toolkit version

Version: 3.0.36

Operating System

Windows

@GSK-Reddy GSK-Reddy added the Bug Something isn't working label Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant