mirror of
https://github.com/lexogrine/cs2-react-hud.git
synced 2026-09-16 12:38:33 +02:00
18 lines
319 B
JSON
18 lines
319 B
JSON
[
|
|
{
|
|
"bind":"Alt+C",
|
|
"action":"toggleCams",
|
|
"label":"Toggle Cameras"
|
|
},
|
|
{
|
|
"bind":"Alt+V",
|
|
"action":"radarBigger",
|
|
"label":"Increase Radar Size"
|
|
},
|
|
{
|
|
"bind":"Alt+B",
|
|
"action":"radarSmaller",
|
|
"label":"Decrease Radar Size"
|
|
}
|
|
]
|