mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Added keybinds for ATragMX and Kestrel 4500 (empty by default)
This commit is contained in:
parent
8f94bbfec8
commit
238cf1cc63
@ -1,6 +1,6 @@
|
||||
#include "script_component.hpp"
|
||||
|
||||
//#include "initKeybinds.sqf"
|
||||
#include "initKeybinds.sqf"
|
||||
|
||||
if (count (profileNamespace getVariable ["ACE_ATragMX_gunList", []]) > 0) then {
|
||||
GVAR(gunList) = profileNamespace getVariable "ACE_ATragMX_gunList";
|
||||
|
@ -8,4 +8,4 @@
|
||||
false
|
||||
},
|
||||
{false},
|
||||
[197, [false, false, false]], false, 0] call CBA_fnc_addKeybind; // (PRINT)
|
||||
[0, [false, false, false]], false, 0] call CBA_fnc_addKeybind; // (empty default key)
|
@ -1,6 +1,6 @@
|
||||
#include "script_component.hpp"
|
||||
|
||||
//#include "initKeybinds.sqf"
|
||||
#include "initKeybinds.sqf"
|
||||
|
||||
GVAR(Menus) = ["Direction", "Wind SPD m/s", "CROSSWIND m/s", "HEADWIND m/s", "TEMP °C", "HUMIDITY %", "BARO hPA", "ALTITUDE m", "User Screen 1", "User Screen 2"];
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
false
|
||||
},
|
||||
{false},
|
||||
[70, [false, false, false]], false, 0] call CBA_fnc_addKeybind; // (SCROLL)
|
||||
[0, [false, false, false]], false, 0] call CBA_fnc_addKeybind; // (empty default key)
|
||||
|
||||
["ACE3", QGVAR(DisplayKestrelKey), localize "STR_ACE_Kestrel4500_DisplayKestrelKey",
|
||||
{
|
||||
@ -20,4 +20,4 @@
|
||||
false
|
||||
},
|
||||
{false},
|
||||
[70, [true, false, false]], false, 0] call CBA_fnc_addKeybind; // (SHIFT + SCROLL)
|
||||
[0, [true, false, false]], false, 0] call CBA_fnc_addKeybind; // (empty default key)
|
||||
|
Loading…
Reference in New Issue
Block a user