Hi experts, due to lack of alternatives I'm using the WND library to enter data into my little lua plugin. I declared key events for certain keys, that are allowed to be pressed for data entry. Generally, it works as expected. The data goes where it should.  But there is the problem, that the keys that I press to enter the data into the window, also trigger the action that they are assigned to (either by fsuipc or the the sim itself). This is not desirable, at least not in my case.