View Single Post
Old 12-27-2008, 04:38 AM   #7
Nite]M[are
Scripting Trainee
 
Nite]M[are's Avatar
 
Join Date: Dec 2008
Location: Sitting with mah Sentry
Class/Position: Defensive Engineer
Gametype: OvD (Defense Preferred)
Affiliations: None yet
Posts Rated Helpful 0 Times
Send a message via Skype™ to Nite]M[are
All you have to do is unbind / (re)bind every key altered in any <classname>.cfg, am I right? My cleanup:

Code:
echo =====================
echo ====== Cleanup ======
echo =====================

-attack
-attack2

unbind mouse1
unbind mouse2
unbind mouse3
bind mouse1 +attack
bind mouse2 +attack2

unbind C

unbind uparrow
unbind downarrow
unbind leftarrow
unbind rightarrow

unbind alt

unbind kp_end
unbind kp_downarrow
unbind kp_pgdn
unbind kp_leftarrow
unbind kp_5
unbind kp_rightarrow
unbind kp_home
unbind kp_uparrow
unbind kp_pgup

unbind 0
unbind 1
unbind 2
unbind 3
unbind 4
unbind 5
unbind 6
unbind 7
unbind 8
unbind 9

bind 0 slot0
bind 1 slot1
bind 2 slot2
bind 3 slot3
bind 4 slot4
bind 5 slot5
bind 6 slot6
bind 7 slot7
bind 8 slot8
bind 9 slot9
Nite]M[are is offline   Reply With Quote