We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2de2c56 commit a0af24cCopy full SHA for a0af24c
src/scancodes/set2.rs
@@ -124,10 +124,19 @@ impl ScancodeSet2 {
124
0x11 => Ok(KeyCode::RAltGr),
125
0x12 => Ok(KeyCode::RAlt2),
126
0x14 => Ok(KeyCode::RControl),
127
+ 0x15 => Ok(KeyCode::PrevTrack),
128
0x1F => Ok(KeyCode::LWin),
129
+ 0x21 => Ok(KeyCode::VolumeDown),
130
+ 0x23 => Ok(KeyCode::Mute),
131
0x27 => Ok(KeyCode::RWin),
132
+ 0x2B => Ok(KeyCode::Calculator),
133
0x2F => Ok(KeyCode::Apps),
134
+ 0x32 => Ok(KeyCode::VolumeUp),
135
+ 0x34 => Ok(KeyCode::Play),
136
+ 0x3A => Ok(KeyCode::WWWHome),
137
+ 0x3B => Ok(KeyCode::Stop),
138
0x4A => Ok(KeyCode::NumpadDivide),
139
+ 0x4D => Ok(KeyCode::NextTrack),
140
0x5A => Ok(KeyCode::NumpadEnter),
141
0x69 => Ok(KeyCode::End),
142
0x6B => Ok(KeyCode::ArrowLeft),
0 commit comments