mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
parent
4f4fb32264
commit
8c9aca2ea3
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ impl Browser {
|
||||||
(CMD_OR_CONTROL, Some('q'), _) => {
|
(CMD_OR_CONTROL, Some('q'), _) => {
|
||||||
self.event_queue.push(WindowEvent::Quit);
|
self.event_queue.push(WindowEvent::Quit);
|
||||||
}
|
}
|
||||||
(_, Some('3'), _) => if mods ^ KeyModifiers::CONTROL == KeyModifiers::SHIFT {
|
(_, Some('3'), _) if mods ^ KeyModifiers::CONTROL == KeyModifiers::SHIFT => {
|
||||||
self.event_queue.push(WindowEvent::CaptureWebRender);
|
self.event_queue.push(WindowEvent::CaptureWebRender);
|
||||||
}
|
}
|
||||||
(KeyModifiers::CONTROL, None, Key::F10) => {
|
(KeyModifiers::CONTROL, None, Key::F10) => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue