aboutsummaryrefslogtreecommitdiffhomepage
path: root/desktop/sources/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/sources/index.html')
-rw-r--r--desktop/sources/index.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/desktop/sources/index.html b/desktop/sources/index.html
index fb07a04..8f573cc 100644
--- a/desktop/sources/index.html
+++ b/desktop/sources/index.html
@@ -55,7 +55,6 @@
terminal.controller.add("default","Program","Decr. Row",() => { terminal.modGrid(0,-1) },"{")
terminal.controller.add("default","Program","Next Clock", () => { terminal.nextClock() }, "Ctrl+Space")
-
terminal.controller.add("default","View","Zoom In",() => { terminal.modZoom(0.25) },"CmdOrCtrl+=")
terminal.controller.add("default","View","Zoom Out",() => { terminal.modZoom(-0.25) },"CmdOrCtrl+-")
terminal.controller.add("default","View","Zoom Reset",() => { terminal.modZoom(1,true) },"CmdOrCtrl+0")