diff --git a/ports/glutin/window.rs b/ports/glutin/window.rs index 5cebe5cc724..fdd026b0e85 100644 --- a/ports/glutin/window.rs +++ b/ports/glutin/window.rs @@ -733,7 +733,7 @@ impl WindowMethods for Window { (NONE, Key::Backspace) => { self.event_queue.borrow_mut().push(WindowEvent::Navigation(WindowNavigateMsg::Back)); } - (SHIFT, Key::NavigateForward) => { + (NONE, Key::NavigateForward) => { self.event_queue.borrow_mut().push(WindowEvent::Navigation(WindowNavigateMsg::Forward)); } (NONE, Key::NavigateBackward) => {