Arma-3-Survival icon indicating copy to clipboard operation
Arma-3-Survival copied to clipboard

Ctrl Down key detection can sometimes be iffy with Event Handlers

Open Ansible2 opened this issue 3 years ago • 1 comments

Tried calling in supports from the map. Used the ACE self-interaction to pull up the support menu, however, upon attempting to call the pop-up for the ctrl key bug came up. Had to tap ctrl in order to reset the holding variable.

Ansible2 avatar May 18 '21 07:05 Ansible2

Primary issue seems to be going from the ACE Self Interact Menu to the ACE Interaction menu. If one lets go of the ctrl key (while) hovering over an action AND they do not let go of their secondary key (windows key by default), the event handler for key up won't even fire.

Can't really fully fix with scripts by the look of it, just mitigated it in the case of ACE.

Ansible2 avatar May 19 '21 21:05 Ansible2