### 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 https://github.com/user-attachments/assets/dc17f64a-7cf4-4a9a-957b-48783138ef94 ### Example ```python 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 - [X] 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