Inventory Tabs (updated)

Inventory Tabs (updated)

196k Downloads

[Feature Request] Navigational keybinds that move in multiple directions

ShaneTRS opened this issue ยท 2 comments

commented

I currently modify the source myself and navigate with WASD.
I have an older version already on GitHub here: https://github.com/ShaneTRS/inventorytabs/tree/1.18.1

The relevant changes didn't need any updates when moving to 1.19.
https://github.com/ShaneTRS/inventorytabs/blob/1.18.1/src/main/java/com/kqp/inventorytabs/tabs/TabManager.java#L132
https://github.com/ShaneTRS/inventorytabs/blob/1.18.1/src/main/java/com/kqp/inventorytabs/init/InventoryTabsClient.java#L15

My attempt at code is probably garbage though, so feel free to only take the suggestion lol

commented

I really like this idea:
wasd to move current tabs, tab/shift+tab to move pages

commented

Ooh, thank you for the code! I always just use tab and shift-tab, but I have gotten requests to add additional keybind support, so I'll look into doing that. Just gotta make sure it stays compatible with InvMove, haha.