Commit 6f3095b
[RPP] Fix faster zoom with shift
We have a logic for a 0.8 zoom instead of 0.3 when the zoom keys 's' and 'w' are clicked together with shift, but the zoom was never applied due to the zoom handling code prematurely exiting if any modifier keys were detected. The issue has been resolved by adding an exception for the 'shift' key, allowing the intended zoom behavior to function correctly.
Bug: None
Change-Id: I6f7ae5a1c30328b919a64c147d10b5bbff4e68ed
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/5938662
Reviewed-by: Jack Franklin <[email protected]>
Auto-Submit: Alina Varkki <[email protected]>
Commit-Queue: Alina Varkki <[email protected]>1 parent 5ace52b commit 6f3095b
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
393 | 393 | | |
394 | 394 | | |
395 | 395 | | |
396 | | - | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
397 | 399 | | |
398 | 400 | | |
399 | | - | |
400 | 401 | | |
401 | 402 | | |
402 | 403 | | |
| |||
0 commit comments