Advertisement
Guest User

Untitled

a guest
Dec 11th, 2015
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. alias "swap" "swap1"
  2. alias "swap1" "slot1; alias swap swap2"
  3. alias "swap2" "slot2; alias swap swap1"
  4. bind "q" "swap"
  5.  
  6. bind w +mfwd
  7. bind s +mback
  8. bind a +mleft
  9. bind d +mright
  10.  
  11. alias +mfwd "-back;+forward;alias checkfwd +forward"
  12. alias +mback "-forward;+back;alias checkback +back"
  13. alias +mleft "-moveright;+moveleft;alias checkleft +moveleft"
  14. alias +mright "-moveleft;+moveright;alias checkright +moveright"
  15. alias -mfwd "-forward;checkback;alias checkfwd none"
  16. alias -mback "-back;checkfwd;alias checkback none"
  17. alias -mleft "-moveleft;checkright;alias checkleft none"
  18. alias -mright "-moveright;checkleft;alias checkright none"
  19. alias checkfwd none
  20. alias checkback none
  21. alias checkleft none
  22. alias checkright none
  23. alias none ""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement