mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
fix #10184, remove backspace-to-navigate.
This commit is contained in:
parent
3a372bc122
commit
3b6afb31c6
1 changed files with 0 additions and 6 deletions
|
@ -727,12 +727,6 @@ impl WindowMethods for Window {
|
|||
self.event_queue.borrow_mut().push(WindowEvent::ResetZoom);
|
||||
}
|
||||
|
||||
(SHIFT, Key::Backspace) => {
|
||||
self.event_queue.borrow_mut().push(WindowEvent::Navigation(WindowNavigateMsg::Forward));
|
||||
}
|
||||
(NONE, Key::Backspace) => {
|
||||
self.event_queue.borrow_mut().push(WindowEvent::Navigation(WindowNavigateMsg::Back));
|
||||
}
|
||||
(NONE, Key::NavigateForward) => {
|
||||
self.event_queue.borrow_mut().push(WindowEvent::Navigation(WindowNavigateMsg::Forward));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue