fix: winit does not consider space a named key anymore to comply with spec
This commit is contained in:
parent
b22d363f2c
commit
02149769ec
2 changed files with 4 additions and 3 deletions
|
|
@ -991,8 +991,6 @@ pub enum Code {
|
|||
ShiftLeft,
|
||||
/// <kbd>Shift</kbd> or <kbd>⇧</kbd>
|
||||
ShiftRight,
|
||||
/// <kbd> </kbd> (space)
|
||||
Space,
|
||||
/// <kbd>Tab</kbd> or <kbd>⇥</kbd>
|
||||
Tab,
|
||||
/// Japanese: <kbd>変</kbd> (henkan)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue