various
This commit is contained in:
@@ -12,4 +12,10 @@ bind "scancode65" "buy smokegrenade" // [f8]
|
||||
|
||||
bind "scancode66" "buy vest" // [f9]
|
||||
bind "scancode67" "buy vesthelm" // [f10]
|
||||
bind "scancode68" "buy defuser" // [f11]
|
||||
bind "scancode68" "buy defuser" // [f11]
|
||||
|
||||
bind "scancode99" "sellbackall" // [del]
|
||||
|
||||
// not used, but the string is annoying if unbound
|
||||
bind "scancode48" "rebuy" // [+]
|
||||
bind "scancode49" "autoboy" // [#]
|
||||
@@ -23,4 +23,7 @@ bind "scancode9" +lookatweapon // [f]
|
||||
bind "scancode54" buyammo1 // [,]
|
||||
bind "scancode55" buyammo2 // [.]
|
||||
|
||||
bind "scancode8" +use // [e]
|
||||
|
||||
// for a dpi of 1600
|
||||
sensitivity 2.33
|
||||
@@ -11,30 +11,15 @@ bind "scancode228" +ctrl_action // [rctrl]
|
||||
// Default mode is buy binds
|
||||
exec "binds/buy"
|
||||
|
||||
// Consistent crouch jump
|
||||
alias +crouch_jump "+duck;+jump"
|
||||
alias -crouch_jump "-duck;-jump"
|
||||
bind "scancode6" +crouch_jump // [c]
|
||||
|
||||
// Bombsites
|
||||
bind "scancode80" go_a // [leftarrow]
|
||||
bind "scancode79" go_b // [rightarrow]
|
||||
|
||||
// Switch to bomb and drop
|
||||
bind "scancode226" "use weapon_c4; drop" // [alt]
|
||||
|
||||
// Switch to lineup crosshair only if E and Mouse 1 is pressed at the same time
|
||||
alias +e_alt_action "+use;exec crosshair/lineup"
|
||||
alias -e_alt_action "-use;default_crosshair"
|
||||
alias +mouse1_action "+attack;bind e +e_alt_action"
|
||||
alias -mouse1_action "-attack;-use;bind e +use; default_crosshair"
|
||||
bind "scancode8" +use // [e]
|
||||
bind MOUSE1 +mouse1_action
|
||||
alias "+dropbomb" "slot5"
|
||||
alias "-dropbomb" "drop"
|
||||
bind "scancode226" "+dropbomb" // [alt]
|
||||
|
||||
// Mouse thumb button binds
|
||||
alias +mouse_thumb "+buymode; +radar_zoom"
|
||||
alias -mouse_thumb "-buymode; -radar_zoom"
|
||||
bind "scancode96" "+mouse_thumb" // [kp_up]
|
||||
bind "scancode97" "+mouse_thumb" // [kp_up]
|
||||
|
||||
// Loopback audio to test microphone
|
||||
alias +loopback "voice_loopback 1"
|
||||
|
||||
13
binds/ui.cfg
13
binds/ui.cfg
@@ -1,7 +1,10 @@
|
||||
bind "scancode43" +showscores // [tab]
|
||||
bind "scancode41" cancelselect // [esc]
|
||||
bind "scancode72" pause // [pause]
|
||||
bind "scancode43" +showscores // [tab]
|
||||
bind "scancode41" cancelselect // [esc]
|
||||
bind "scancode72" pause // [pause]
|
||||
|
||||
bind "scancode87" +radialradio // [kp_plus]
|
||||
bind "scancode87" +radialradio // [kp_plus]
|
||||
|
||||
bind "scancode14" toggleconsole // [k]
|
||||
bind "scancode14" toggleconsole // [k]
|
||||
|
||||
bind "scancode75" "vote option1" // pg up
|
||||
bind "scancode78" "vote option2"
|
||||
Reference in New Issue
Block a user