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

Mousewheel key bindings aren't working properly?? #128

Open
emilia-ghdt opened this issue Feb 26, 2022 · 4 comments
Open

Mousewheel key bindings aren't working properly?? #128

emilia-ghdt opened this issue Feb 26, 2022 · 4 comments

Comments

@emilia-ghdt
Copy link

Coming from Inventory Tweaks the behavior of the scroll wheel is a bit unintuitive to me. When scrolling down Inventory Tweaks used to move items from the other inventory into the player inventory and scrolling up the other way around. That way the direction of scrolling is always coherent with the direction the items move in (because of the way the inventories are usually arranged with the other inventory on top and the player inventory on the bottom). Inventory Sorter on the other hand moves items from or to the inventory slot the scroll wheel is used in, so based on which inventory the cursor is in. Obviously both ways are valid, but I would like to have the option to chose, and I assume a lot of people, who are used to the way Inventory Tweaks used to work, feel the same way.

@nathanfranke
Copy link

Sadly, this doesn't work

You can flip the behavior of the wheels in the controls. Since scroll wheel doesn't seem to work in the controls menu, you'll have to set this in .minecraft/options.txt (the lines are already there, just change the numbers).

key_key.inventorysorter.itemin:-201
key_key.inventorysorter.itemout:-200

@cpw
Copy link
Owner

cpw commented Sep 2, 2022

Hmmm. This should work.

@cpw cpw changed the title Option to change which direction items move (from/to either the slot the cursor is at or the player inventory) Mousewheel key bindings aren't working properly?? Sep 2, 2022
@nathanfranke
Copy link

I was testing in skyfactory (4 i think), mc version 1.12.2, so it could have been outdated

@emilia-ghdt
Copy link
Author

I don't know whether or not changing the controls in the settings works properly, but that wouldn't fix the issue I originally had with the scroll wheel behaviour. My issue was that when you scroll over items in the lower player inventory the items move in the opposite direction as the scroll, but when you scroll over items in the upper (e.g. chest) inventory the items move in the same direction as the scroll, at least if you're thinking about the items as moving up or down and not about the stack you're hovering over as increasing and decreasing. Thus it would be more intuitive to have the items always move from lower to upper inventory when scrolling up and always from upper to lower when scrolling down, and not move upwards when scrolling up in the upper or down in the lower inventory and vice versa. Simply swapping scrolling up and down doesn't fix this. Again, the current implementation is just as valid, it's just that InventoryTweaks used to do it the way I described, which is what I'm used to.

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

3 participants