Need help with key binding
VA_Chris
Join Date: 2013-02-22 Member: 183263Members
Hello, I'm to make binds that will swap other binds on the fly without going into the options. I want to do this because I use a mouse button to use metabolize and left shift to run and sneak. Furthermore, I don't want both buttons bound to the command at the same time.
I'm currently trying the following commands:
bind F5 bind LeftShift MovementModifier
and
bind F6 bind MouseButton4 MovementModifier
This dosn't work. How can I make this work?
Thanks
I'm currently trying the following commands:
bind F5 bind LeftShift MovementModifier
and
bind F6 bind MouseButton4 MovementModifier
This dosn't work. How can I make this work?
Thanks
Comments
If you want to give this a try, open the console in-game and enter the following: Install AutoHotkey, create an .ahk script, and paste the following:
Run the script in AutoHotkey and it should hopefully work. If it doesn't, you'll have to search the AutoHotkey documentation and forums. I don't have much experience using it and I failed at creating a crouch toggle script using XButton1.