y0014984 / Advanced-Equipment

Advanced Equipment is a Arma 3 mod, that brings equipment to life, like laptops and lamps.
Other
27 stars 10 forks source link

Check KeyDown Event Handler Behavior #395

Open y0014984 opened 1 year ago

y0014984 commented 1 year ago

At some point of testing with the Gruppe Adler modset I experienced a behavior, when pressing the 'u' key while typing in the armaOS terminal, the Gruppe Adler Group Management interface popped up. Currently I can't reproduce that behavior. But perhaps we need to investigate that.

A possible solution could be to create a display instead on an dialog. I think this way the displayEventHandler of the default display that hosts the dialog would be ignored. Currently the text control of the terminal window uses a controlEventHandler instead of an displayEventHandler.