mirror of
https://github.com/lexogrine/cs2-react-hud.git
synced 2026-05-03 19:53:11 +02:00
14 lines
219 B
TypeScript
14 lines
219 B
TypeScript
export const keybindDefinition = [
|
|
{
|
|
"bind": "Alt+C",
|
|
"action": "toggleCams"
|
|
},
|
|
{
|
|
"bind": "Alt+V",
|
|
"action": "radarBigger"
|
|
},
|
|
{
|
|
"bind": "Alt+B",
|
|
"action": "radarSmaller"
|
|
}
|
|
] as const; |