From 48d8d5e076406be1903aeb32e0c7d7faaf811798 Mon Sep 17 00:00:00 2001 From: ulteq Date: Sun, 14 Jun 2015 09:38:25 +0200 Subject: [PATCH] Empty default keys for the DAGR to prevent conflicts --- addons/dagr/initKeybinds.sqf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/addons/dagr/initKeybinds.sqf b/addons/dagr/initKeybinds.sqf index 3f89842cfc..ce4f3cf568 100644 --- a/addons/dagr/initKeybinds.sqf +++ b/addons/dagr/initKeybinds.sqf @@ -14,7 +14,7 @@ true }, {false}, -[199, [false, true, false]], false] call cba_fnc_addKeybind; // (CTRL + Home) +[0, [false, true, false]], false] call cba_fnc_addKeybind; // (empty default key) ["ACE3 Equipment", QGVAR(ToggleKey), "Toggle DAGR", { @@ -27,4 +27,4 @@ true }, {false}, -[199, [false, false, false]], false] call cba_fnc_addKeybind; // (Home) +[0, [false, false, false]], false] call cba_fnc_addKeybind; // (empty default key)