fix scancode
This commit is contained in:
parent
3edb360bb9
commit
0e9adeafd2
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ unbind "scancode77"
|
||||||
bind "scancode77" "disconnect"
|
bind "scancode77" "disconnect"
|
||||||
|
|
||||||
// Change hand
|
// Change hand
|
||||||
unbind "a"
|
unbind "scancode20"
|
||||||
bind "a" "switchhands"
|
bind "scancode20" "switchhands"
|
||||||
|
|
||||||
// FPS in tab // CS2: Not working in endscreen
|
// FPS in tab // CS2: Not working in endscreen
|
||||||
// alias "+scorenet" "+showscores; cl_showfps 1"
|
// alias "+scorenet" "+showscores; cl_showfps 1"
|
||||||
|
|
Loading…
Reference in a new issue