An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

Better Selection icon

# Better Selection

[![Downloads](https://img.shields.io/modrinth/dt/better-selection)](https://modrinth.com/mod/better-selection)
[![Game versions](https://img.shields.io/modrinth/game-versions/better-selection)](https://modrinth.com/mod/better-selection/versions)
[![GitHub release](https://img.shields.io/github/release/MDLC01/better-selection-mc)](https://github.com/MDLC01/better-selection-mc/releases/latest)
[![License](https://img.shields.io/github/license/MDLC01/better-selection-mc)](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).