aboutsummaryrefslogtreecommitdiff
path: root/156
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2025-09-28 20:26:15 +0200
committerRodrigo <rodarima@gmail.com>2025-09-28 23:10:55 +0200
commitfb510ea86be5ceb9e91573890242581fdbd77ad8 (patch)
treed819fe40683592008d136727f5a0b03e48dc1164 /156
Initial versionHEADmain
Diffstat (limited to '156')
-rw-r--r--156/index.md38
1 files changed, 38 insertions, 0 deletions
diff --git a/156/index.md b/156/index.md
new file mode 100644
index 0000000..f9c8a0d
--- /dev/null
+++ b/156/index.md
@@ -0,0 +1,38 @@
+Title: Add zoom control
+Author: rodarima
+Created: Sun, 05 May 2024 18:36:05 +0000
+State: closed
+
+Fixes #21
+
+--%--
+From: rodarima
+Date: Sun, 05 May 2024 18:37:03 +0000
+
+Control-+ doesn't seem work in US keyboard layouts.
+
+--%--
+From: niutech
+Date: Sun, 05 May 2024 22:45:32 +0000
+
+@rodarima Please use `Ctrl =` instead of `Ctrl +`, so that it doesn't require pressing `Shift`, which is consistent with major web browsers.
+
+Also please add `Ctrl 0` to reset zoom to 100%.
+
+--%--
+From: rodarima
+Date: Sun, 09 Jun 2024 19:58:06 +0000
+
+> @rodarima Please use `Ctrl =` instead of `Ctrl +`, so that it doesn't require pressing `Shift`, which is consistent with major web browsers.
+
+It should work now both for US and EU keyboards. Both Ctrl + and Ctrl = cause a zoom increase.
+
+> Also please add `Ctrl 0` to reset zoom to 100%.
+
+Should be working too.
+
+--%--
+From: niutech
+Date: Mon, 10 Jun 2024 09:09:09 +0000
+
+@rodarima Thank you! \ No newline at end of file