-
-
Notifications
You must be signed in to change notification settings - Fork 437
Description
COMMUNITY-DRIVEN WORK TRACKING ISSUE
Summary of feature
Today, Silk.NET has no official support for receiving KeyDown
(et al) events in any keyboard layout other than US (even though the SDL backend accidentally mandatorily supports it, but this is a bug with that backend).
This has been requested lots of times, and even got to a point where a proposal made it to review but was ultimately rejected as we wanted to think of a new approach using scancodes.
This line of work is that new approach. With this, a set of methods are exposed to convert scancodes to Key
s and back.
This is a big feature that will be entirely community-driven, so I have made a tracking issue and a branch develop/2.0/community_region_specific_input
which all intermediate work will go into and, when the feature is complete, will be merged in (unsquashed).
Please read these Discord messages in the Silk.NET Discord server:
- https://discord.com/channels/521092042781229087/607634593201520651/926654719001247754
- https://discord.com/channels/521092042781229087/607634593201520651/926656904594350130
- https://discord.com/channels/521092042781229087/607634593201520651/926657474193412117
- (and possibly surrounding messages on the above)
Development
- [Not Started] Formalize a proposal using the proposal process - (unassigned)
- NB: this should be the only PR against the
main
branch
- NB: this should be the only PR against the
- [Not Started] Review proposal in a working group meeting (work can continue on the other items while this happens) - @dotnet/silk-dotnet
- [Not Started] Add new
IKeyboard
APIs and expandKey
as necessary - (unassigned) - [Not Started] Implement new
IKeyboard
APIs in GLFW - (unassigned) - [Not Started] Implement new
IKeyboard
APIs in SDL - (unassigned) - [Not Started] Merge
develop/2.0/community_region_specific_input
intomain
- @ThomasMiz
Milestones
- Release with Regional Keyboard Support
Metadata
Metadata
Assignees
Labels
Type
Projects
Status