diff --git a/public/config/default.js b/public/config/default.js index f4f1497c2..11108d5c7 100644 --- a/public/config/default.js +++ b/public/config/default.js @@ -28,13 +28,13 @@ window.config = { { order: 0, label: 'Scale Viewport Up', - command: 'ScaleViewport', + command: 'scaleUpViewport', }, ], }, ], // hotkeys: { - ScaleViewport: ['+'], + scaleUpViewport: ['s'], }, };