Allow pan while Control key is pressed #1706
Replies: 3 comments 13 replies
-
What is the logic behind this?
If both are set to |
Beta Was this translation helpful? Give feedback.
-
Here's the logic we have:
I would expect to be able to both zoom and pan. If the activation key is used for multiple features, all the features should be available instead of being mutually exclusive. |
Beta Was this translation helpful? Give feedback.
-
Alas, that is not a feature that is available atm and not an actual bug. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there an existing issue for this?
Current Behavior
When the
Control
key is pressed to enable zooming, you cannot pan. On MacOS we useCmd
, which works well.Expected Behavior
You should be able to both pan and zoom. This happens only for the
Control
key. Setting it to something else, such as Space' '
, works.Steps To Reproduce
pan-activation-key-code
toControl
.zoom-activation-key-code
toControl
.Control
key is pressed to enable zooming, you cannot pan.Relevant log output
No response
Anything else?
Environment: Chrome, Windows
Beta Was this translation helpful? Give feedback.
All reactions