From e5efe2e01d5de5ea2cb4fa834321611b8a9616b5 Mon Sep 17 00:00:00 2001 From: shikhin Date: Mon, 27 Mar 2023 17:55:09 +0530 Subject: [PATCH] Mention mouse sensitivity. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e25a508..1453f89 100644 --- a/README.md +++ b/README.md @@ -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 distribution–it'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.