test content
What is the Arc Client?
Install Arc

Space Blocking Keybind

stellariodragonstellariodragon Posts: 588 Arc User
edited March 2014 in Controls and Interface
Sometimes I find it easier on my hands to use space to block, especially in rampages. It's easier and faster to tap spacebar with the thumb than it is for the thumb/pinkie to shift. Here is a li'l bit o' script to swap shift and spacebar keybinds:
alias spaceblock "bind Space +PowerTrayExec 16$$bind lshift +up$$alias changeblock shiftblock$$playersay Use 'Space' to Block"
alias shiftblock "bind Space +up$$bind lshift +PowerTrayExec 16$$alias changeblock spaceblock$$playersay Use 'Shift' to Block"
alias changeblock "spaceblock"

Copy and paste that into your CommandAliases.txt and save.

this creates a /changeblock command which switches the toggles between pressing shift to block and pressing shift to jump.

In the chat box on the character it would be useful on (probably the tank) type something like:
/bind Alt+Space changeblock
Now whenever you press alt+block you can toggled between the two modes.
Post edited by Unknown User on

Comments

  • chuckwolfchuckwolf Posts: 274 Arc User
    edited March 2014
    Looks good for keyboard players, though you have to remember to reassign jump to another easily accessible key as the spacebar was jump.
    @Powerblast in game
Sign In or Register to comment.