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

https://github.com/mdlc01/universal-shortcuts-mc

A Fabric mod for Minecraft that fixes MC-121278.
https://github.com/mdlc01/universal-shortcuts-mc

fabric mc-121278 minecraft mod

Last synced: about 1 month ago
JSON representation

A Fabric mod for Minecraft that fixes MC-121278.

Awesome Lists containing this project

README

          

Universal Shortcuts icon

# Universal Shortcuts

[![Downloads](https://img.shields.io/modrinth/dt/universal-shortcuts)](https://modrinth.com/mod/universal-shortcuts)
[![Game versions](https://img.shields.io/modrinth/game-versions/universal-shortcuts)](https://modrinth.com/mod/universal-shortcuts/versions)
[![GitHub release](https://img.shields.io/github/release/MDLC01/universal-shortcuts-mc)](https://github.com/MDLC01/universal-shortcuts-mc/releases/latest)
[![License](https://img.shields.io/github/license/MDLC01/universal-shortcuts-mc)](COPYING.txt)

This is a Fabric mod for Minecraft that fixes [MC-121278](https://bugs.mojang.com/browse/MC-121278), making Ctrl+A and other keyboard shortcuts work on non-QWERTY keyboard layouts.

## Q&A

### What shortcuts are supported?

This mod does not add shortcuts. It makes the shortcuts that are already supported by Minecraft work on non-QWERTY keyboard layouts. Those shortcuts are:
- Select all (Ctrl+A),
- Copy (Ctrl+C),
- Paste (Ctrl+V),
- Cut (Ctrl+X),
- All [debug combinations](https://minecraft.fandom.com/wiki/Debug_combination).[^1]

[^1]: The shortcut to toggle the narrator (Ctrl+F3+B) is not supported for technical reasons; see [#3](https://github.com/MDLC01/universal-shortcuts-mc/issues/3).

### How does it work?

By implementing the fix that is suggested on [the bug report for MC-121278](https://bugs.mojang.com/browse/MC-121278). That is, testing for the key name instead of its location on the keyboard.

### What about non-Latin keyboard layouts?

This is a good question to which I unfortunately do not have a good answer. There are two possibilities: either your keyboard is capable of producing Latin letters, in which case you may be able to use the shortcuts, or it is not capable of doing so, in which case this mod will completely disable keyboard shortcuts. See [#1](https://github.com/MDLC01/universal-shortcuts-mc/issues/1) for more information.