This is just and example of what this script does. If you have a number of special keys, this will unbind them. You may modify this to your settings. Basically this cleans the bindings of any unwanted functions Example, SHIFT could do a rocketjump with a soldier, but this wouldn't help with a demoman bombjump. Rebinder could unbind this key, so if you have a script that doesn't use it or uses a different function, it will be free. Name it "rebinder.cfg" // Reset Settings // sensitivity 10.05 // Shut Off Minigun Spin // -nspin // External Scripts // exec chattykathy.cfg // Unbind Special Keys // unbind "f" unbind "b" unbind "PGUP" unbind "MOUSE1" unbind "MOUSE2" unbind "SHIFT" unbind "o" unbind "UPARROW" unbind "LEFTARROW" unbind "DOWNARROW" unbind "RIGHTARROW" unbind "F10" unbind "0" unbind "1" unbind "2" unbind "3" unbind "4" unbind "5" unbind "6" unbind "7" unbind "8" unbind "9" // Rebind Numbers // bind "0" "slot10" 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" //Then at the header of every class specific script exec rebinder.cfg