bind KP_UPARROW "ndmovey 5" bind KP_DOWNARROW "ndmovey -5" bind KP_LEFTARROW "ndmovex -5" bind KP_RIGHTARROW "ndmovex 5" bind KP_PGUP "ndmovez 5" bind KP_PGDN "ndmovez -5" bind KP_HOME "ndmove *2" bind KP_END "ndmove /2" bind KP_SLASH "ndrotate 5" bind KP_MINUS "ndrotate -5" bind KP_INS "ndadd" bind KP_DEL "nddelete" bind i "ndmoveaway 5" bind k "ndmoveaway -5" bind j "ndmoveright -5" bind l "ndmoveright 5" bind t "ndscale -.05" bind y "ndscale +.05" bind x "ndroll -1" bind c "ndroll +1" bind v "ndpitch -1" bind b "ndpitch +1" bind INS "ndtoggletrail" bind DEL "ndtogglevis" bind HOME "ndselectentity ++" bind END "ndselectentity --" bind mouse1 +lmb bind ctrl "ndselectentity *" bind tab "ndmovement" bind space "ndmousemove" // bind f9 "nd_drawai 1" // bind f10 "nd_drawai 0" bind uparrow "ndmoveaway 5" bind downarrow "ndmoveaway -5" bind leftarrow "ndmoveright -5" bind rightarrow "ndmoveright 5" bind pgdn "ndselectentity ++" bind pgup "ndselectentity --" bind enter "ndclone" //bind r "filedialog default f:/Anachronox/anoxdata/sound/maps ; filedialogfilter f:/Anachronox/anoxdata/sound ; filedialog ndsetkey noise" // MATT, PUT THIS IN YOUR CONFIG alias CUR2D_TOGGLE CUR2D_ON alias CUR2D_ON "alias CUR2D_TOGGLE CUR2D_OFF; forcecursormode 2" alias CUR2D_OFF "alias CUR2D_TOGGLE CUR2D_ON; forcecursormode 0" bind mouse3 CUR2D_TOGGLE