1
0
mirror of https://github.com/lexogrine/dota2-react-hud.git synced 2025-12-10 01:52:49 +01:00
dota2-react-hud/public/keybinds.json
Hubert Walczak 52e2cd949b
init
2021-07-10 20:25:28 +02:00

30 lines
492 B
JSON

[
{
"bind":"Ctrl+B",
"action":"toggleRadar"
},
{
"bind":"Alt+B",
"action":"radarBigger"
},
{
"bind":"Alt+S",
"action":"radarSmaller"
},
{
"bind":"Alt+T",
"action":"toggleAR"
},
{
"bind":"Alt+C",
"action":"toggleCams"
},
{
"bind":"Alt+M",
"action":"toggleUpcomingMatch"
},
{
"bind":"Alt+P",
"action":"togglePlayerPreview"
}
]