We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4d635ce + c23056e commit 76a88e5Copy full SHA for 76a88e5
1 file changed
src/mapInteractor.js
@@ -229,7 +229,7 @@ var mapInteractor = function (args) {
229
}, {
230
action: geo_action.zoom,
231
input: 'wheel',
232
- modifiers: {shift: false, ctrl: false},
+ modifiers: {shift: false},
233
owner: 'geo.mapInteractor',
234
name: 'wheel zoom'
235
@@ -241,7 +241,7 @@ var mapInteractor = function (args) {
241
242
action: geo_action.rotate,
243
244
- modifiers: {shift: false, ctrl: true},
+ modifiers: {shift: true, ctrl: false},
245
246
name: 'wheel rotate'
247
0 commit comments