was going to apply this to a startup.cfg
Code:
BindImpulse game CTRL+Q Cmd "LevelUpAbility 0"
BindImpulse game CTRL+W Cmd "LevelUpAbility 1"
BindImpulse game CTRL+E Cmd "LevelUpAbility 2"
BindImpulse game CTRL+R Cmd "LevelUpAbility 3"
BindImpulse game CTRL+T Cmd "LevelUpAbility 4"
BindImpulse game NUM7 Cmd "teamchat ^r1 ^999MIA ^gTOP"
BindImpulse game NUM4 Cmd "teamchat ^r1 ^999MIA ^gMIDDLE"
BindImpulse game NUM1 Cmd "teamchat ^r1 ^999MIA ^gBOTTOM"
BindImpulse game NUM8 Cmd "teamchat ^r2 ^999MIA ^gTOP"
BindImpulse game NUM5 Cmd "teamchat ^r2 ^999MIA ^gMIDDLE"
BindImpulse game NUM2 Cmd "teamchat ^r2 ^999MIA ^gBOTTOM"
BindImpulse game NUM9 Cmd "teamchat ^rPUSH ^gTOP"
BindImpulse game NUM6 Cmd "teamchat ^rPUSH ^gMIDDLE"
BindImpulse game NUM3 Cmd "teamchat ^rPUSH ^gBOTTOM"
BindImpulse game CTRL+B Cmd "teamchat ^rBACK"
BindImpulse game SHIFT+NUM7 Cmd "teamchat ^r1 ^999returned to ^gTOP"
BindImpulse game SHIFT+NUM4 Cmd "teamchat ^r1 ^999returned to ^gMIDDLE"
BindImpulse game SHIFT+NUM1 Cmd "teamchat ^r1 ^999returned to ^gBOTTOM"
BindImpulse game SHIFT+NUM8 Cmd "teamchat ^r2 ^999returned to ^gTOP"
BindImpulse game SHIFT+NUM5 Cmd "teamchat ^r2 ^999returned to ^gMIDDLE"
BindImpulse game SHIFT+NUM2 Cmd "teamchat ^r2 ^999returned to ^gBOTTOM"
BindImpulse game SHIFT+NUM9 Cmd "teamchat ^rDEF ^gTOP"
BindImpulse game SHIFT+NUM6 Cmd "teamchat ^rDEF ^gMIDDLE"
BindImpulse game SHIFT+NUM3 Cmd "teamchat ^rDEF ^gBOTTOM"
will this code work? esp the NUM binds since some of them conflicts with the item hotkeys
will they replace the original binds then?(i sure hope this is the case)