Handedness switcher
Bind script type:
Assists gameplayThe X key changes handedness.
bind "x" "hnd1" alias hnd1 "echo left;hand 1;bind x hnd2;bind joy2 hnd2" alias hnd2 "echo center;hand 2;bind x hnd3;bind joy2 hnd3" alias hnd3 "echo right;hand 0;bind x hnd4;bind joy2 hnd4" alias hnd4 "echo center;hand 2;bind x hnd1;bind joy2 hnd1"
