diff options
author | djwisdom <djwisdom@gmail.com> | 2022-08-28 12:54:43 +0000 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-08-28 20:24:28 +0100 |
commit | 88db594691069a04e7b72ce95d01c6c594251e39 (patch) | |
tree | bc3035c0fa6168f0e7c97bc07dfd4c6f07861374 /Base/usr | |
parent | 83dd8f12def1380b56f8866275690d12059f7515 (diff) | |
download | serenity-88db594691069a04e7b72ce95d01c6c594251e39.zip |
Base: Add new Mouse.md help document
Diffstat (limited to 'Base/usr')
-rw-r--r-- | Base/usr/share/man/man1/Mouse.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Base/usr/share/man/man1/Mouse.md b/Base/usr/share/man/man1/Mouse.md new file mode 100644 index 0000000000..a3cca32d49 --- /dev/null +++ b/Base/usr/share/man/man1/Mouse.md @@ -0,0 +1,17 @@ +## Name + +![Icon](/res/icons/16x16/app-mouse.png) Mouse - Mouse Demo + +[Open](file:///bin/Mouse) + +## Synopsis + +```**sh +$ Mouse +``` + +## Description + +Mouse is an application that displays interactive graphical mouse. + +It simulates mouse clicks respective of the physical button pressed. It detects and displays corresponding left button, middle button, right button clicks, and middle scroll wheel movements. It also shows side mouse button clicks if supported by the connected mouse. |