65515 -> Meta(win) on Linux
This commit is contained in:
parent
96afb88518
commit
0e8fc4a815
1 changed files with 1 additions and 0 deletions
|
|
@ -753,6 +753,7 @@ impl Handler {
|
|||
65300 => key_event.set_control_key(ControlKey::Scroll),
|
||||
65421 => key_event.set_control_key(ControlKey::NumpadEnter), // numpad enter
|
||||
65407 => key_event.set_control_key(ControlKey::NumLock),
|
||||
65515 => key_event.set_control_key(ControlKey::Meta),
|
||||
65516 => key_event.set_control_key(ControlKey::RWin),
|
||||
65513 => key_event.set_control_key(ControlKey::Alt),
|
||||
65514 => key_event.set_control_key(ControlKey::RAlt),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue