Skip to content

Commit

Permalink
Add bind for forward jump throw.
Browse files Browse the repository at this point in the history
  • Loading branch information
reitermarkus authored Oct 6, 2023
1 parent 9b3f28e commit 7e5f7f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/tasks/cs2.rake
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,11 @@ task :cs2 do
alias +jumpthrow "exec jumpthrow"
alias -jumpthrow "-jump"
bind j "exec jumpthrow"
bind MOUSE4 +jumpthrow
alias +forwardjumpthrow "+forward;+jumpthrow"
alias -forwardjumpthrow "-forward;-jumpthrow"
bind h +forwardjumpthrow
bind MOUSE4 +jumpthrow
bind MOUSE5 +forwardjumpthrow
// Sound
snd_mapobjective_volume 0.0
Expand Down

0 comments on commit 7e5f7f9

Please sign in to comment.