Normal
The problem is that we are trying to block keystrokes, so I think this recommendation isn't applicable in our case.Together with the faster mapping lookup and asynchronous execution of mapped actions that I already implemented (see my previous post), using a separate thread could indeed solve the problem. However, I'm not completely sure that it will work in our situation, and I'm not sure yet what is the best way to implement this.
The problem is that we are trying to block keystrokes, so I think this recommendation isn't applicable in our case.
Together with the faster mapping lookup and asynchronous execution of mapped actions that I already implemented (see my previous post), using a separate thread could indeed solve the problem. However, I'm not completely sure that it will work in our situation, and I'm not sure yet what is the best way to implement this.