This is a Fabric mod for Minecraft that fixes MC-121278, making Ctrl+A and other keyboard shortcuts work on non-QWERTY keyboard layouts.
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.1
By implementing the fix that is suggested on the bug report for MC-121278. That is, testing for the key name instead of its location on the keyboard.
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 for more information.