mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +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'), _) => {
|
||||
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);
|
||||
}
|
||||
(KeyModifiers::CONTROL, None, Key::F10) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue