13 comments (13 comments)0 reactions (0 reactions)0 assignees (0 assignees)C#837 forks (837 forks)batch import
difficulty/challenging 🤯help wantedkind/enhancementno-reproplatform/wasm 🌐project/input ⌨️
Repository metrics
- Stars
- 9,789 stars (9,789 stars)
- PR merge metrics
- Avg merge 14d 8h (Avg merge 14d 8h)130 merged PRs in 30d (130 merged PRs in 30d)
Description
Hardware keyboard events
Current situation
- On WASM, both KeyDown & KeyUp events are supported
Missing implementations
- Event
PreviewKeyDown
- Event
PreviewKeyUp
- Event
CharacterReceived
Contributor guide
- Research direction
- Examine the existing KeyDown and KeyUp implementations in the WASM project to understand the pattern, then add PreviewKeyDown, PreviewKeyUp, and CharacterReceived following the same pattern. Ensure to handle JavaScript interop correctly.
- Tech stack
- csharpwasm
- Domain
- frontend
- Issue type
- Feature
- Prerequisites
- C#Git