Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add config to disable Space + Click to insert entire inventory into ME Storage #7789

Open
trunksbomb opened this issue Mar 25, 2024 · 3 comments

Comments

@trunksbomb
Copy link

Describe the feature

Add a client-side config option to disable space + click to insert your entire inventory into ME Storage.

Reasons why it should be considered

Currently there is no config to disable this option. I have only ever used it by accident and it is incredibly frustrating having to sort through my ME storage to fetch my items back out.

Additional details

No response

@cplir-c
Copy link

cplir-c commented Mar 25, 2024

Alternatively, if the hardcoded space keybind was replaced with a keybinding option, it could be used to change the key from space to something else, or to no binding at all.

@trunksbomb
Copy link
Author

I'll take it any way it's implemented, so long as I can make it so I'll never be able to accidentally hit it.

@cplir-c
Copy link

cplir-c commented Mar 25, 2024

Here's where the keybinding is used currently
the line:

if (InputConstants.isKeyDown(Minecraft.getInstance().getWindow().getWindow(), GLFW.GLFW_KEY_SPACE)) {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants