Re: Sent keyboard events differ in debug and release builds

2014-12-03 Thread Michael Starke
To answer my own question. The problem was in the key code generating code around this part. I've been using a bridged CFString to map strings to key codes. Turns out, that I did try to map even special keys via string lookup with only 1 character. This is one of those bugs where you think why d

Sent keyboard events differ in debug and release builds

2014-12-02 Thread Michael Starke
Hello list, if this topic should be posted elsewhere, I'll gladly ask the question there. My application send keyboard events to the system to simulate copy/paste and other sorts of behaviour. This works well as far as I can tell, but I'm running into a hiccup. The code that sends events is thi