We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab460f8 commit 7b079b6Copy full SHA for 7b079b6
src/components/EditorHeader/ControlPanel.jsx
@@ -1246,11 +1246,11 @@ export default function ControlPanel({
1246
},
1247
zoom_in: {
1248
function: zoomIn,
1249
- shortcut: "Ctrl+Up/Wheel",
+ shortcut: "Ctrl+(Up/Wheel)",
1250
1251
zoom_out: {
1252
function: zoomOut,
1253
- shortcut: "Ctrl+Down/Wheel",
+ shortcut: "Ctrl+(Down/Wheel)",
1254
1255
fullscreen: {
1256
state: fullscreen ? (
0 commit comments