Fix zoom shortcuts

This commit is contained in:
1ilit 2024-08-16 13:12:10 +04:00
parent ab460f8773
commit 7b079b67a5

View File

@ -1246,11 +1246,11 @@ export default function ControlPanel({
},
zoom_in: {
function: zoomIn,
shortcut: "Ctrl+Up/Wheel",
shortcut: "Ctrl+(Up/Wheel)",
},
zoom_out: {
function: zoomOut,
shortcut: "Ctrl+Down/Wheel",
shortcut: "Ctrl+(Down/Wheel)",
},
fullscreen: {
state: fullscreen ? (