
Multiple modifier keys
Closed this issue ยท 1 comments
Checklist
- I am requesting a new feature or a functional improvement.
- This feature does not exist on the latest version.
- This feature has not already been requested.
Feature Description
Make the bindings accept multiple modifier keys, for example Ctrl + Shift + Z
. Many of the text editors, for example VSCode, allow for you to do this.
Use Case
For example, if I'm using WorldEdit I want to bind Ctrl + Z
to //undo
and Ctrl + Shift + Z
to //redo
, this is not possible because right now it's only possible to bind 2 keys at once, not more. In this particular case I can just bind //redo
to something like Ctrl + R
, but this is a useful feature to have in general.
Minecraft Version (optional)
No response