From de36d8225cbf9791cea40aba67d85b3055386a62 Mon Sep 17 00:00:00 2001 From: He-Man Date: Sun, 5 Feb 2017 18:54:44 +0100 Subject: [PATCH] Update EPOCH_KeyUp.sqf --- .../compile/interface_event_handlers/EPOCH_KeyUp.sqf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Sources/epoch_code/compile/interface_event_handlers/EPOCH_KeyUp.sqf b/Sources/epoch_code/compile/interface_event_handlers/EPOCH_KeyUp.sqf index 749642d2..56606952 100644 --- a/Sources/epoch_code/compile/interface_event_handlers/EPOCH_KeyUp.sqf +++ b/Sources/epoch_code/compile/interface_event_handlers/EPOCH_KeyUp.sqf @@ -30,6 +30,10 @@ private ["_handled"]; //[[[end]]] params ["_display","_dikCode","_shift","_ctrl","_alt"]; _handled = false; + +_this call Epoch_custom_EH_KeyUp; +if (_handled) exitWith{ true }; + //Main actions if (_dikCode == EPOCH_keysAction) then { EPOCH_keysActionPressed = false;