From dc29ee6a685e42b1d1bc9792393a5d86d4fd0563 Mon Sep 17 00:00:00 2001 From: Mnem42 <177770058+Mnem42@users.noreply.github.com> Date: Fri, 17 Oct 2025 15:55:15 +0100 Subject: [PATCH] slight keybind change --- mods/zoom.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mods/zoom.js b/mods/zoom.js index dc8b2b0d..8c02e817 100644 --- a/mods/zoom.js +++ b/mods/zoom.js @@ -2,14 +2,14 @@ (() => { let canvas_div = document.getElementById("canvasDiv") - keybinds["9"] = () => handle_zoom("in") - keybinds["0"] = () => handle_zoom("out") + keybinds["0"] = () => handle_zoom("in") + keybinds["9"] = () => handle_zoom("out") const controls_table = document.getElementById("controlsTable").lastElementChild controls_table.insertAdjacentHTML("beforeBegin",`