16 Oct 10, 08:06PM
For times when one one of your hands is "busy":
Toggle Capslock to use it. Scroll mousewheel to switch between forward/backward/weapon switch/couch. Hold/Click right mouse button to perform that action.
I've found it helps when I don't want to dirty my keyboard when eating, among other things ;)
[SELECT ALL] Code:
bind CAPSLOCK [alias mind 4; bind MOUSE3 "jump"; bind MOUSE2 "forward"; domodifier 1; onrelease [ bind MOUSE2 [ if $editing [ showmenu editing ] [ altaction ] ]; bind MOUSE3 "weapon" ]
alias delta_game_1 [
alias mind (- $mind $arg1)
if (= (mod $mind 4) 1) [
bind MOUSE2 "backward"; echo (c 3) "BACKWARD"] [
if (= (mod $mind 4) 2) [
bind MOUSE2 "shiftweapon 1"; echo (c 3) "WEAPON" ] [
if (= (mod $mind 4) 3) [
bind MOUSE2 "crouch"; echo (c 3) "CROUCH" ] [
bind MOUSE2 "forward"; echo (c 3) "FORWARD" ] ] ] ]
]
Toggle Capslock to use it. Scroll mousewheel to switch between forward/backward/weapon switch/couch. Hold/Click right mouse button to perform that action.
I've found it helps when I don't want to dirty my keyboard when eating, among other things ;)