mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 08:17:34 +00:00
Base: Move GUI application man pages into their own subsection
We do not want to move POSIX utilities into subsections since they have standard names, but we can do whatever we want with Applications :^). This is particularly advantageous as many applications contain several images, which declutters the man1 directory.
This commit is contained in:
parent
b89be9610d
commit
66a68a9523
45 changed files with 46 additions and 11 deletions
23
Base/usr/share/man/man1/Applications/MouseSettings.md
Normal file
23
Base/usr/share/man/man1/Applications/MouseSettings.md
Normal file
|
@ -0,0 +1,23 @@
|
|||
## Name
|
||||
|
||||
 Mouse Settings - Mouse settings application
|
||||
|
||||
[Open](file:///bin/MouseSettings)
|
||||
|
||||
## Synopsis
|
||||
|
||||
```**sh
|
||||
$ MouseSettings
|
||||
```
|
||||
|
||||
## Description
|
||||
|
||||
Mouse Settings is an application that displays advanced mouse properties for user configuration.
|
||||
|
||||
Under the _Mouse_ tab, the user can set mouse cursor speed, scroll wheel step size increments, double click speed and button configuration to switch primary and secondary buttons (for left-handed users).
|
||||
|
||||
The _Cursor Theme_ tab provides the user with drop-down list of available default cursor themes, Default and Dark.
|
||||
|
||||
Supplemental cursors are available via the `serenity-theming` port. Some supplemental cursor themes are Durrque, Chillychilly, Jakande, Vanliga and Vanliga-Dark, among others.
|
||||
|
||||
The _Cursor Highlight_ tab allows the user to change highlight color, opacity and size. The global keyboard shortcut to enable and disable cursor highlighting is Super+H.
|
Loading…
Add table
Add a link
Reference in a new issue