Bind two commands to 1 key
-
I wanted to know if I could bind two commands to one key. More specifically I wanted to bind my cg_fov 90 command with +forward. as you know when you use the teleporter on Kino it will sometimes reset the fov.
-
Why not just bind the fov command to an unused key like P?
Anyways yes you can with commands, no idea if it works with inputs too.
The format is
bind key "command1;command2"
So for examplebind W "+forward;cg_fov_90"