From 13e8b948ca6800a0f39d68bcfe468b1e9fd3fc4f Mon Sep 17 00:00:00 2001
From: MDLC01 <57839069+MDLC01@users.noreply.github.com>
Date: Thu, 3 Aug 2023 10:42:08 +0200
Subject: [PATCH] Add section on macOS support to README
---
README.md | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 9871880..5dad62b 100644
--- a/README.md
+++ b/README.md
@@ -15,9 +15,14 @@ This is a Fabric mod for Minecraft that makes text more pleasant to select. It i
Yes, it does.
-### Does it add keyboard shortcuts?
-
-No. This mod only improves vanilla features.
+### Does it support macOS?
+
+Yes, macOS should be supported properly:
+- ⌘ Command+← moves the cursor to the beginning of the line,
+- ⌘ Command+→ moves the cursor to the end of the line,
+- ⌘ Command+⌫ Backspace deletes everything to the left of the cursor,
+- ⌘ Command+⌦ Delete deletes everything to the right of the cursor,
+- Shortcuts that use Ctrl on Windows use ⌥ Option on macOS.
### Does it fix [MC-121278](https://bugs.mojang.com/browse/MC-121278)?