1
0
mirror of https://github.com/lexogrine/cs2-react-hud.git synced 2026-05-03 19:53:11 +02:00
Files
cs2-react-hud-lexogrine/src/API/contexts/keybinds.ts
T
2023-11-02 12:11:03 +01:00

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;