TF2-Config/binds.cfg

69 lines
1.3 KiB
INI

//stock non class-specific binds
//Made with cfg.tf - custom Team Fortress 2 config generator
clear
echo Setting up Basic Binds
unbindall
// Reset viewmodel
r_drawviewmodel 1
//Add binds
bind w +forward
bind a +moveleft
bind s +back
bind d +moveright
bind mouse1 +attack
bind mouse2 +attack2
bind mouse4 +attack3
bind mwheelup invprev
bind mwheeldown invnext
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
bind q lastinv
bind e "voicemenu 0 0"
bind u say_team
bind enter say
bind o taunt
bind z voice_menu_1
bind x voice_menu_2
bind c voice_menu_3
bind / +voicerecord
bind , changeclass
bind . changeteam
bind m open_charinfo_direct
bind n +quickswitchmenu
bind space +jump
bind ctrl +duck
bind shift +duck
bind tab +showscores
bind escape cancelselect
bind j cl_trigger_first_notification
bind k cl_decline_first_notification
bind l dropitem
bind b lastdisguise
bind r +reload
bind f +inspect
bind k kill
bind 9 player_ready_toggle
bind g +taunt
bind h +use_action_slot_item
bind mouse4 +use_action_slot_item
bind t toggleviewmoddel
// Exec other settings
exec tweaks/tabgraph
exec tweaks/null
exec tweaks/specialbinds
// Voteing
// bind + "vote option1; v_yes"
// bind - "vote option2; v_no"
//bind kp_home next_map_vote 1
//bind kp_uparrow next_map_vote 2
//bind kp_pgup next_map_vote 3