We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a50d60 commit 79b0f4fCopy full SHA for 79b0f4f
1 file changed
README.md
@@ -14,6 +14,14 @@ $ make
14
$ ./sowon
15
```
16
17
+### Fedora 42+
18
+
19
+```console
20
+$ sudo dnf install libXi-devel libXrandr-devel
21
+$ make
22
+$ ./sowon
23
+```
24
25
### MacOS
26
27
```console
@@ -50,7 +58,7 @@ $ ./sowon
50
58
| Key | Description |
51
59
| --- | --- |
52
60
| <kbd>SPACE</kbd> | Toggle pause |
53
-| <kbd>=</kbd> | Zoom in |
61
+| <kbd>=</kbd> or <kbd>+</kbd> | Zoom in |
54
62
| <kbd>-</kbd> | Zoom out |
55
63
| <kbd>0</kbd> | Zoom 100% |
56
64
| <kbd>F5</kbd> | Restart |
0 commit comments