Update tab and right alt config

This commit is contained in:
Isaac Shoebottom 2023-01-22 21:50:32 -04:00
parent 28eb5e01aa
commit b9b84c0fa7

View File

@ -164,10 +164,18 @@ bind e "+e"
alias +e "voicemenu 0 0; +use"
alias -e "-use"
alias +pinger "+score; net_graph 1"
alias -pinger "-score; net_graph 0"
// Disable tab to stop me from losing interest in the game
//alias +pinger "+score; net_graph 1"
//alias -pinger "-score; net_graph 0"
//
//bind tab "+pinger"
bind tab "+pinger"
bind ralt "+score"
alias +showinfo "cl_showfps 1; net_graph 1; cl_showpos 1"
alias -showinfo "cl_showfps 0; net_graph 0; cl_showpos 0"
bind tab "+showinfo"
bind - "kill"
bind = "explode"
@ -230,7 +238,7 @@ sv_allow_wait_command 1
cl_showfps 1
cl_showfps 0
cl_hud_minmode 1
echo "Done config"