Fix zoom shortcuts
This commit is contained in:
parent
ab460f8773
commit
7b079b67a5
@ -1246,11 +1246,11 @@ export default function ControlPanel({
|
|||||||
},
|
},
|
||||||
zoom_in: {
|
zoom_in: {
|
||||||
function: zoomIn,
|
function: zoomIn,
|
||||||
shortcut: "Ctrl+Up/Wheel",
|
shortcut: "Ctrl+(Up/Wheel)",
|
||||||
},
|
},
|
||||||
zoom_out: {
|
zoom_out: {
|
||||||
function: zoomOut,
|
function: zoomOut,
|
||||||
shortcut: "Ctrl+Down/Wheel",
|
shortcut: "Ctrl+(Down/Wheel)",
|
||||||
},
|
},
|
||||||
fullscreen: {
|
fullscreen: {
|
||||||
state: fullscreen ? (
|
state: fullscreen ? (
|
||||||
|
Loading…
Reference in New Issue
Block a user