diff options
author | Manish Goregaokar <manishsmail@gmail.com> | 2016-03-22 20:21:58 +0530 |
---|---|---|
committer | Manish Goregaokar <manishsmail@gmail.com> | 2016-03-22 21:03:56 +0530 |
commit | f3162cd31616ff2584e34aeacba98e7fd7efa608 (patch) | |
tree | 416feee518ee605819082bddc1ce1864fd91e7f1 /components/msg | |
parent | 327f1c1eb8a31f1e595d1996b1a8153701ebfa2f (diff) | |
download | servo-f3162cd31616ff2584e34aeacba98e7fd7efa608.tar.gz servo-f3162cd31616ff2584e34aeacba98e7fd7efa608.zip |
Add support for navigation keys
Diffstat (limited to 'components/msg')
-rw-r--r-- | components/msg/constellation_msg.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/components/msg/constellation_msg.rs b/components/msg/constellation_msg.rs index 83f308b26fd..f7bbbb39a2b 100644 --- a/components/msg/constellation_msg.rs +++ b/components/msg/constellation_msg.rs @@ -186,6 +186,9 @@ pub enum Key { RightAlt, RightSuper, Menu, + + NavigateBackward, + NavigateForward, } bitflags! { |