Any way to "move around your stash TABS " using the wheel mouse scroll ????
|
Hi all.
Im a bit dissapointed to use the buttons right and left of the UI moving around the TABS of my Stash. I see it works with the keyboard cursor (up,down,left,right). Any way to do this with the Mouse wheel???? Thanks! This thread has been automatically archived. Replies are disabled.
|
|
|
rebind mousewheel up/down with autohotkey.
Disregard witches, aquire currency.
|
|
|
Good idea, thanks.
I put the code if anyone else want to use it: WheelUp:: Send {right} return WheelDown:: Send {left} return Nice tab navigation now!!!!!!!! NOTE FOR GGG TEAM: ------------------------------------------------------------------------------------------- I Hope Im not abusing any action non wanted from GGG team. It could be nice to know it. This is only a feature to move around our tabs, it would be perfect if is implemented on the game code, I dont want to use AutoHotKey with online Games. Last edited by goyetus#7967 on Dec 10, 2013, 3:59:20 PM
|
|
|
sorry for the double post:
I checked that is not as easy as changing only the mouse wheel action. This works great with tabs, but when you are in the game chat, you cant use up/down with the wheel. The unique way to do this , is with GGG, implementing a roll-over script over our TABS or STASH. :( GGG usually reads or answer this feedback threads? Thanks. |
|
|
Hmm, you could alter the script to require an additonal button pressed for the mouse to function like this.
Disregard witches, aquire currency. Last edited by dust7#2748 on Dec 10, 2013, 4:23:40 PM
|
|
|
My mouse wheel does this by default.
Hold your mouse over the tabs and scolling up and down moves it back and forward. |
|
|
all done :)
Version 1.0 "Alt + Wheel" STASH TAB Navigator for POE You can download here (Don´t know if AutoHotKey must be installed first. The code is a .exe program ) ------------------------------------------------------------- http://www.putlocker.com/file/DB66E4FE3C1D11EC Or test the simply code version here: ------------------------------------------------------------- msgbox This software let you use your mouse Wheel for moving into your Stash Inventory in Path of Exile. You need to use ALT + wheel up or ALT+ Wheel Down in your Stash to move left or right. ******* Version 1.0 by Goyetus ******* !WheelUp:: Send {left} return !WheelDown:: Send {right} return Thanks to all :P Last edited by goyetus#7967 on Dec 10, 2013, 7:46:38 PM
|
|
" you are RIGHT, mine too!! , but you must click on the tab later...... The code I have done, let you really move across tabs and see the content inside them, plus, you can do it in any point of your Stash (not only the small tabs place) Last edited by goyetus#7967 on Dec 10, 2013, 7:43:03 PM
|
|












