File tree 1 file changed +8
-6
lines changed
1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,14 @@ Zoomer application for wayland (linux) inspired by [tsoding's boomer](https://gi
6
6
7
7
## Controls
8
8
9
- - CTRL: show spotlight
10
- - CTRL + SHIFT: Control spotlight radius using your mouse scroll
11
- - You can drag your mouse
12
- - Scrolling zooms in and out
13
- - ESC or right click exits woomer
14
- - R: Hot reload shaders (only works with ` dev ` feature)
9
+ | Control | Description |
10
+ | ---------------------------------------------------| ---------------------------------------------------------------|
11
+ | Right Click or <kbd >ESC</kbd > | Quit the application. |
12
+ | <kbd >R</kbd > | Reload the shaders (only for Developer mode) |
13
+ | Hold <kbd >CTRL</kbd > | Enable flashlight effect. |
14
+ | Drag with left mouse button | Move the image around. |
15
+ | Scroll wheel | Zoom in/out. |
16
+ | <kbd >Ctrl</kbd > + <kbd >SHIFT</kbd > + Scroll wheel | Change the radius of the flashlight. |
15
17
16
18
## Building
17
19
You can’t perform that action at this time.
0 commit comments