Thank you for trying Zetsumei
What do you exactly want in the form of you pressing a button and then what happening?
Bindings=(Name="Gunsetup1",Command="setbind Leftmousebutton Fire | setbind ThumbMouseButton Altfire | setbind key1 Gunsetup2")
Bindings=(Name="Gunsetup2",Command="setbind Leftmousebutton Altfire | setbind ThumbMouseButton Fire | setbind key1 Gunsetup1")
Bindings=(Name="key1",Command="Gunsetup1")
This way pressing key1 would rotate the function of the left mouse button between fire and alt fire, and similar for the thumb mouse button. .
Yes that is Exactly what I want.
I'm a craftsman and my thumbs are stiff as Nails and usless for "tap dancing"
So a bind like this has been on my wishlist since 2006.
I added your keybind suggestion into the ROInput.ini file but sorry to say it didn't work.
So do I need to create a UTF file? Or can it be made without the Pipe command?
Thanks for helping
EDIT: Yiipi.. Got it working now. But I still need two keys to toggle it back and forth
Bindings=(Name="K",Command=" SetBind LeftMouseButton AltFire | setbind ThumbMouseButton Fire",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
Bindings=(Name="L",Command=" SetBind LeftMouseButton Fire | setbind ThumbMouseButton Altfire",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)