Add support for Caret (^) Key in OSX (de_DE) (#380)
* Add caret key * Use hex value * Added caret key support.
This commit is contained in:
parent
7e1c70964d
commit
1609808e27
3 changed files with 4 additions and 0 deletions
|
|
@ -344,6 +344,8 @@ pub enum VirtualKeyCode {
|
|||
/// The "Compose" key on Linux.
|
||||
Compose,
|
||||
|
||||
Caret,
|
||||
|
||||
Numlock,
|
||||
Numpad0,
|
||||
Numpad1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue