How to create virtual keyboard in osx?
问题 I want to create a virtual keyboard in osx. Is it possible? I mean can I make a program that gives same signals than real keyboard. Example of this kind of keyboard would be onscreen keyboard, or keybord viewer (does it have necessary interface btw). How low should I start? Should I make a device driver e.g. virtual (wireless) keyboard? Or does cocoa etc. have the necessary stuff? The requirements I have are: - a list of tuples (time, key_down/key_up, key_code) corresponds to person typing -