export const keybindDefinition = [ { "bind": "Alt+C", "action": "toggleCams" }, { "bind": "Alt+V", "action": "radarBigger" }, { "bind": "Alt+B", "action": "radarSmaller" } ] as const;