Add support for navigation keys

This commit is contained in:
Manish Goregaokar 2016-02-27 15:29:06 +05:30
parent a3543b700f
commit 1de66e4efb
4 changed files with 18 additions and 13 deletions

View file

@ -264,6 +264,8 @@ pub enum VirtualKeyCode {
Multiply,
Mute,
MyComputer,
NavigateForward, // also called "Prior"
NavigateBackward, // also called "Next"
NextTrack,
NoConvert,
NumpadComma,