Mention mouse sensitivity.

This commit is contained in:
shikhin 2023-03-27 17:55:09 +05:30
parent 9c61ea03ca
commit e5efe2e01d
1 changed files with 5 additions and 1 deletions

View File

@ -44,7 +44,7 @@ Yes! PonyDOS works on many different machines. The kernel can run on any
#### Is this _really_ not a DOS distribution?
PonyDOS is not a DOS distribution---it's also not a BSD, or a Hurd, or a
PonyDOS is not a DOS distributionit's also not a BSD, or a Hurd, or a
Minix, or a [Sortix](https://sortix.org/)!
#### How do I resize windows?
@ -52,6 +52,10 @@ Minix, or a [Sortix](https://sortix.org/)!
If the top-left corner of the window is the ↨ symbol, you can click and drag
the symbol to resize.
#### How do I adjust the mouse sensitivity?
Tweak `X_SENSITIVITY` and `Y_SENSITIVITY` in `ponydos.asm`.
#### I started an application and it doesn't have a title bar, how do I exit it?
You don't.