Or just bind one button to "cvar_inc hand 1 0 2".
But mine has an echo in it so it looks like this:
bind "x" "hnd1"
alias hnd1 "echo left;hand 1;bind x hnd2"
alias hnd2 "echo center;hand 2;bind x hnd3"
alias hnd3 "echo right;hand 0;bind x hnd4"
alias hnd4 "echo center;hand 2;bind x hnd1"