mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 11:57:36 +00:00
Base: Improve some application man pages
- FontEditor.md - Magnifier.md - Presenter.md - Terminal.md Where an arrow is indicated by -> turn it into an actual arrow → (U+2192 Rightwards Arrow). This looks much neater. Inspired by Notion doing this automatically when you type "->". I've made various corrections: fixing grammatical errors, removing unnecessary or adding-in missing spaces. Made the style of references to menu items more consistent. Generally I've tried to make the pages read better. Terminal has had more adjustment than the others as its Settings were recently changed and the man page now reflects this.
This commit is contained in:
parent
09773048b6
commit
f5caf363e7
5 changed files with 47 additions and 43 deletions
|
@ -12,10 +12,16 @@ $ Magnifier
|
|||
|
||||
## Description
|
||||
|
||||
`Magnifier` is an application that magnifies or zooms-in an area of the desktop where the mouse cursor hovers.
|
||||
Magnifier is an application that magnifies or zooms-in on the area surrounding your mouse cursor.
|
||||
|
||||
You can launch _Magnifier_ by selecting Serenity menu -> Utilities -> Magnifier.
|
||||
You can launch Magnifier by navigating to `System Menu → Utilities → Magnifier`.
|
||||
|
||||
Magnifier can do 2x, 4x, or 8x zoom in realtime. Once you feel that the area being captured is just right, you can pause capture by pressing the shortcut key Spacebar.
|
||||
Magnifier can do 2x, 4x, or 8x zoom in realtime. Quickly switch zoom level by pressing `2`, `4`, or `8`.
|
||||
|
||||
For users with slight visual impairment, Magnifier can apply several filters to the captured image. Click on the _Accessibility_ menu and select one of the impairment categories available on the drop-down list.
|
||||
Once you feel that the area being captured is just right, you can pause capture by pressing `Spacebar`.
|
||||
|
||||
To lock the location, making Magnifier stop following your mouse and stay in place, press `L`.
|
||||
|
||||
To view a pixel grid overlay, press `G`.
|
||||
|
||||
For users with slight visual impairment, Magnifier can apply several filters to the captured image. Click on the *Accessibility* menu and select one of the impairment categories available in the drop-down list.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue