Instructions are with the code...
//Dimensions mod button switcher thing by MERASMUS!
//Goes into:
//C:\Program Files (x86)\Steam\steamapps\[YOUR USERNAME]\team fortress 2\tf\cfg\autoexec.cfg
//------------------------------------------------------------------------------------------------------------------------------------------
//Instructions:
//Press RIGHT ALT to bind f and g to the dimensions
//Press RIGHT ALT again to switch those keys back to inspect target and taunt
//------------------------------------------------------------------------------------------------------------------------------------------
alias "dimension1" "voicemenu 2 3"
alias "dimension2" "voicemenu 2 4"
alias "enable_dimensions" "bind f dimension1; bind g dimension2"
alias "disable_dimensions" "bind f inspect; bind g +taunt"
alias "functionswitcher1" "enable_dimensions; bind RALT functionswitcher2"
alias "functionswitcher2" "disable_dimensions; bind RALT functionswitcher1"
bind "RALT" "functionswitcher1"
//Goes into:
//C:\Program Files (x86)\Steam\steamapps\[YOUR USERNAME]\team fortress 2\tf\cfg\autoexec.cfg
//------------------------------------------------------------------------------------------------------------------------------------------
//Instructions:
//Press RIGHT ALT to bind f and g to the dimensions
//Press RIGHT ALT again to switch those keys back to inspect target and taunt
//------------------------------------------------------------------------------------------------------------------------------------------
alias "dimension1" "voicemenu 2 3"
alias "dimension2" "voicemenu 2 4"
alias "enable_dimensions" "bind f dimension1; bind g dimension2"
alias "disable_dimensions" "bind f inspect; bind g +taunt"
alias "functionswitcher1" "enable_dimensions; bind RALT functionswitcher2"
alias "functionswitcher2" "disable_dimensions; bind RALT functionswitcher1"
bind "RALT" "functionswitcher1"