alias +shift "bind c +movedown;bind f say :)"
alias -shift "bind c +moveup;bind f weapon"
bind ctrl +shift
If you want your ctrl button to assign two cmd's to even more keys, you will have to make up your own aliases for the Quake2 cmd's. Or else you will run out of command line space.
For example,
set c1 +movedown
set c2 +moveup
set f1 weapon
set f2 "say :)"
alias +shift "bind c $c2;bind f $f2"
alias -shift "bind c $c1;bind f $f1"
bind ctrl +shift
This shortened the command lines a tad.
Steinar "Blue Vex" Furuli
I snipe with my Pistol, and your Rifle.