From 10ef710c1a6c2e89457cc7301b6ed4557a61b6e9 Mon Sep 17 00:00:00 2001 From: pax Date: Sat, 4 Apr 2026 20:52:04 -0500 Subject: [PATCH] Remove +/- zoom keybinds from README (non-functional) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5781eff..862ec5b 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Supports custom styling via `custom.qss` — see [Theming](#theming). - Thumbnail grid with keyboard navigation ### Preview -- Image viewer with zoom (scroll wheel, `+`/`-`), pan (drag), and reset (middle click) +- Image viewer with zoom (scroll wheel), pan (drag), and reset (middle click) - GIF animation, Pixiv ugoira auto-conversion (zip to animated GIF) - Video playback (MP4, WebM) with play/pause, seek, volume, mute, and seamless looping - Info panel with post details, clickable tags, and filetype @@ -101,7 +101,7 @@ Windows 10 dark mode is automatically detected and applied. | Key | Action | |-----|--------| -| Scroll wheel / `+`/`-` | Zoom | +| Scroll wheel | Zoom | | Middle click / `0` | Reset view | | Left / Right | Previous / next post | | `,` / `.` | Seek 5s back / forward (video) |