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.
- Host: GitHub
- URL: https://github.com/mdlc01/universal-shortcuts-mc
- Owner: MDLC01
- License: wtfpl
- Created: 2023-04-12T13:51:03.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-10T16:49:29.000Z (over 1 year ago)
- Last Synced: 2024-12-10T18:18:41.952Z (over 1 year ago)
- Topics: fabric, mc-121278, minecraft, mod
- Language: Java
- Homepage: https://modrinth.com/mod/universal-shortcuts
- Size: 37.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: COPYING.txt
Awesome Lists containing this project
README

# Universal Shortcuts
[](https://modrinth.com/mod/universal-shortcuts)
[](https://modrinth.com/mod/universal-shortcuts/versions)
[](https://github.com/MDLC01/universal-shortcuts-mc/releases/latest)
[](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.