Skip to content

Commit

Permalink
Add section on macOS support to README
Browse files Browse the repository at this point in the history
  • Loading branch information
MDLC01 committed Aug 3, 2023
1 parent 3c92b41 commit 13e8b94
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
- <kbd>⌘ Command</kbd>+<kbd>←</kbd> moves the cursor to the beginning of the line,
- <kbd>⌘ Command</kbd>+<kbd>→</kbd> moves the cursor to the end of the line,
- <kbd>⌘ Command</kbd>+<kbd>⌫ Backspace</kbd> deletes everything to the left of the cursor,
- <kbd>⌘ Command</kbd>+<kbd>⌦ Delete</kbd> deletes everything to the right of the cursor,
- Shortcuts that use <kbd>Ctrl</kbd> on Windows use <kbd>⌥ Option</kbd> on macOS.

### Does it fix [MC-121278](https://bugs.mojang.com/browse/MC-121278)?

Expand Down

0 comments on commit 13e8b94

Please sign in to comment.