https://github.com/mdlc01/better-selection-mc
A Fabric mod for Minecraft that makes text more pleasant to select.
https://github.com/mdlc01/better-selection-mc
fabric mc-260563 minecraft mod
Last synced: over 1 year ago
JSON representation
A Fabric mod for Minecraft that makes text more pleasant to select.
- Host: GitHub
- URL: https://github.com/mdlc01/better-selection-mc
- Owner: MDLC01
- License: unlicense
- Created: 2023-05-11T22:11:23.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-10T16:39:51.000Z (over 1 year ago)
- Last Synced: 2024-12-10T18:27:07.268Z (over 1 year ago)
- Topics: fabric, mc-260563, minecraft, mod
- Language: Java
- Homepage: https://modrinth.com/mod/better-selection
- Size: 43 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Better Selection
[](https://modrinth.com/mod/better-selection)
[](https://modrinth.com/mod/better-selection/versions)
[](https://github.com/MDLC01/better-selection-mc/releases/latest)
[](UNLICENSE)
This is a Fabric mod for Minecraft that makes text more pleasant to select. It improves the "move by word" feature (Ctrl+← and Ctrl+→), and enables text selection with the mouse.
## Q&A
### Does it support non-left-to-right scripts?
Yes, it does.
### 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)?
No, it does not. But I made another mod that does: [Universal Shortcuts](https://modrinth.com/mod/universal-shortcuts).