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

Arrow keys don't appear to work #51

Open
Restioson opened this issue Mar 17, 2018 · 4 comments
Open

Arrow keys don't appear to work #51

Restioson opened this issue Mar 17, 2018 · 4 comments
Assignees
Labels
Milestone

Comments

@Restioson
Copy link
Member

Tested in qemu with following code:

loop {
    if let Ok(Some(event)) = keyboard.read_event() {
        if event.event_type == KeyEventType::Break &&
            event.keycode == keymap::codes::DOWN_ARROW
        {
                break;
        }
    }
}
@Restioson Restioson added the bug label Mar 17, 2018
@Restioson Restioson changed the title Arrow keys don't appear to wrok Arrow keys don't appear to work Mar 17, 2018
@Restioson Restioson added this to the 0.2.0 milestone Mar 26, 2018
@Restioson
Copy link
Member Author

This is unrelated to the fact that arrow keys do not cause the cursor to move. Imo since the 'prompt' is just for fun and to showcase we don't need to make it to complicated/support arrow keys.

@Restioson
Copy link
Member Author

@gegy1000 could you verify that it works in the ps2 rework?

@Restioson
Copy link
Member Author

@gegy1000 does it work in the rework?

@Gegy
Copy link
Member

Gegy commented Aug 26, 2018

Resolved in d78825e.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants