aboutsummaryrefslogtreecommitdiffstats
path: root/components/msg
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2016-03-22 20:21:58 +0530
committerManish Goregaokar <manishsmail@gmail.com>2016-03-22 21:03:56 +0530
commitf3162cd31616ff2584e34aeacba98e7fd7efa608 (patch)
tree416feee518ee605819082bddc1ce1864fd91e7f1 /components/msg
parent327f1c1eb8a31f1e595d1996b1a8153701ebfa2f (diff)
downloadservo-f3162cd31616ff2584e34aeacba98e7fd7efa608.tar.gz
servo-f3162cd31616ff2584e34aeacba98e7fd7efa608.zip
Add support for navigation keys
Diffstat (limited to 'components/msg')
-rw-r--r--components/msg/constellation_msg.rs3
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! {