diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2025-09-28 20:26:15 +0200 |
---|---|---|
committer | Rodrigo <rodarima@gmail.com> | 2025-09-28 23:10:55 +0200 |
commit | fb510ea86be5ceb9e91573890242581fdbd77ad8 (patch) | |
tree | d819fe40683592008d136727f5a0b03e48dc1164 /156 |
Diffstat (limited to '156')
-rw-r--r-- | 156/index.md | 38 |
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 |