Skip to content

Commit

Permalink
Fix default DOTA hotkeys overlapping your choices
Browse files Browse the repository at this point in the history
Copy to \steamapps\common\dota 2 beta\game\dota\cfg\  

If you still find a key doing the wrong function, open the in-game console and enter: unbind "key"
  • Loading branch information
AveYo committed Aug 9, 2017
1 parent cbecec7 commit e5cbe98
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions user_keys_default.vcfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
"config"
{
"bindings"
{
"\" "toggleconsole"
}

"analogbindings"
{
"X_AXIS" "iv_rightleft"
"Y_AXIS" "!iv_forwardback"
"MOUSE_X" "iv_yaw"
"MOUSE_Y" "iv_pitch"
"U_AXIS" "iv_yaw"
"R_AXIS" "iv_pitch"
}
}

0 comments on commit e5cbe98

Please sign in to comment.