Skip to content

Instantly share code, notes, and snippets.

@zahardzhan
Created January 24, 2015 06:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zahardzhan/a68ce2d139f9f95b0456 to your computer and use it in GitHub Desktop.
Save zahardzhan/a68ce2d139f9f95b0456 to your computer and use it in GitHub Desktop.
Dota 2 Voice & Open Micro Toggle
// Put in Program Files (x86)/Steam/steamapps/common/dota 2 beta/dota/cfg/autoexec.cfg
alias vo/+ "voice_enable 1; vo/om-~"
alias vo/- "voice_enable 0"
alias vo/om~ "vo/om+~"
alias vo/om+ "voice_vox 1"
alias vo/om- "voice_vox 0"
alias vo/om+~ "vo/om+; alias vo/om~ vo/om-~"
alias vo/om-~ "vo/om-; alias vo/om~ vo/om+~"
bind kp_multiply vo/om~
bind kp_minus vo/-
bind kp_plus vo/+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment