PistonDevelopers / PistonDevelopers/piston

Many keys are not recognized by the input system

Open
#1,168 6 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

draft
Dominant language
Rust
Stars
4.7k
Forks
235
Avg merge
1m
Merged PRs (30d)
4

Description

Many keys on the keyboard are simply not recognized by the system at all, usually symbol keys or some of the numpad keys. As an example, the ; key doesn't generate any kind of input event, not even an event for an Unknown keyboard button press. I'd like all the keys to work, not just 80% of them.

I'm on windows, and using the piston_window defaults.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the missing-key behavior on Windows using the piston_window defaults, starting with the keyboard input handling entry point. Check how symbol and numpad keys are translated and whether the semicolon example produces any event. Done means the reported keys generate usable input events rather than being silently ignored.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
game-dev
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.