Skip to content

Instantly share code, notes, and snippets.

@KasaiMagi
Created August 5, 2013 03:16
Show Gist options
  • Save KasaiMagi/6153221 to your computer and use it in GitHub Desktop.
Save KasaiMagi/6153221 to your computer and use it in GitHub Desktop.
Dota 2 spectator keybindings For use with Player Perspective camera assigning 1-0 to players on the top of the screen. Faster than clicking on them.
//
// Spectator Hero Keys Dota 2 Config
//
// by Naikoh
//
bind "1" "dota_spectator_hero_index 0"
bind "2" "dota_spectator_hero_index 1"
bind "3" "dota_spectator_hero_index 2"
bind "4" "dota_spectator_hero_index 3"
bind "5" "dota_spectator_hero_index 4"
bind "6" "dota_spectator_hero_index 5"
bind "7" "dota_spectator_hero_index 6"
bind "8" "dota_spectator_hero_index 7"
bind "9" "dota_spectator_hero_index 8"
bind "0" "dota_spectator_hero_index 9"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment