Add support for navigation keys
This commit is contained in:
parent
a3543b700f
commit
1de66e4efb
4 changed files with 18 additions and 13 deletions
|
|
@ -264,6 +264,8 @@ pub enum VirtualKeyCode {
|
|||
Multiply,
|
||||
Mute,
|
||||
MyComputer,
|
||||
NavigateForward, // also called "Prior"
|
||||
NavigateBackward, // also called "Next"
|
||||
NextTrack,
|
||||
NoConvert,
|
||||
NumpadComma,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue