Add caret key

This commit is contained in:
Michael Schumacher 2018-01-04 07:58:19 +01:00 committed by Joe Wilm
parent 546e5d1b43
commit 8cab01740d
1 changed files with 2 additions and 0 deletions

View File

@ -1883,6 +1883,7 @@ enum Key {
WebSearch,
WebStop,
Yen,
Caret,
}
impl Key {
@ -2040,6 +2041,7 @@ impl Key {
Key::WebSearch => WebSearch,
Key::WebStop => WebStop,
Key::Yen => Yen,
Key::Caret => Caret,
}
}
}