Skip to content

Commit

Permalink
docs: improve controls section
Browse files Browse the repository at this point in the history
  • Loading branch information
coffeeispower committed May 26, 2024
1 parent 198ca20 commit 16dd959
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@ Zoomer application for wayland (linux) inspired by [tsoding's boomer](https://gi

## Controls

- CTRL: show spotlight
- CTRL + SHIFT: Control spotlight radius using your mouse scroll
- You can drag your mouse
- Scrolling zooms in and out
- ESC or right click exits woomer
- R: Hot reload shaders (only works with `dev` feature)
| Control | Description |
|---------------------------------------------------|---------------------------------------------------------------|
| Right Click or <kbd>ESC</kbd> | Quit the application. |
| <kbd>R</kbd> | Reload the shaders (only for Developer mode) |
| Hold <kbd>CTRL</kbd> | Enable flashlight effect. |
| Drag with left mouse button | Move the image around. |
| Scroll wheel | Zoom in/out. |
| <kbd>Ctrl</kbd> + <kbd>SHIFT</kbd> + Scroll wheel | Change the radius of the flashlight. |

## Building

Expand Down

0 comments on commit 16dd959

Please sign in to comment.