diff options
author | djwisdom <djwisdom@gmail.com> | 2022-08-28 12:54:58 +0000 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-08-28 20:24:28 +0100 |
commit | 681490c35cefe34091dc8893ac2be43b58371095 (patch) | |
tree | 3e7807689bfacb1d10d740c00bdcfa1968a90a1e | |
parent | 88db594691069a04e7b72ce95d01c6c594251e39 (diff) | |
download | serenity-681490c35cefe34091dc8893ac2be43b58371095.zip |
Base: Add new MouseSettings.md help document
-rw-r--r-- | Base/usr/share/man/man1/MouseSettings.md | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/Base/usr/share/man/man1/MouseSettings.md b/Base/usr/share/man/man1/MouseSettings.md new file mode 100644 index 0000000000..d602e61ee7 --- /dev/null +++ b/Base/usr/share/man/man1/MouseSettings.md @@ -0,0 +1,23 @@ +## Name + +![Icon](/res/icons/16x16/app-mouse.png) 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. |