Skip to content

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

@gsk-reddy

Description

@gsk-reddy

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions