Added keybinds for ATragMX and Kestrel 4500 (empty by default)

This commit is contained in:
ulteq 2015-04-15 15:06:28 +02:00
parent 8f94bbfec8
commit 238cf1cc63
4 changed files with 5 additions and 5 deletions

View File

@ -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";

View File

@ -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)

View File

@ -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"];

View File

@ -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)