mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Add support for navigation keys
This commit is contained in:
parent
327f1c1eb8
commit
f3162cd316
3 changed files with 18 additions and 0 deletions
|
@ -186,6 +186,9 @@ pub enum Key {
|
|||
RightAlt,
|
||||
RightSuper,
|
||||
Menu,
|
||||
|
||||
NavigateBackward,
|
||||
NavigateForward,
|
||||
}
|
||||
|
||||
bitflags! {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue