forge/arma/client/addons/actor/initKeybinds.inc.sqf
2025-11-26 18:33:09 -06:00

9 lines
269 B
Plaintext

#include "\forge\forge_client\addons\main\data\hpp\defineDIKCodes.hpp"
[
_category, QGVAR(ForgeIMenu),
[LSTRING(iMenu), LSTRING(iMenuTooltip)], {
call FUNC(openUI)
}, {}, [DIK_TAB, false, false, false] // Default keybind
] call CBA_fnc_addKeybind;