Update zoom.js

This commit is contained in:
WebDev 2024-01-19 16:38:34 -08:00 committed by GitHub
parent 39db1d09d1
commit 4dde96109b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -218,8 +218,8 @@ onUiLoaded(async() => {
canvas_hotkey_fullscreen: "KeyS",
canvas_hotkey_move: "KeyF",
canvas_hotkey_overlap: "KeyO",
canvas_hotkey_shrink_brush: "BracketLeft",
canvas_hotkey_grow_brush: "BracketRight",
canvas_hotkey_shrink_brush: "KeyQ",
canvas_hotkey_grow_brush: "KeyW",
canvas_disabled_functions: [],
canvas_show_tooltip: true,
canvas_auto_expand: true,