I am developing an application which offers input prediction for users based on a custom dictionary. Is it possible in OS X to gain access to any text field where the user is entering some input, perhaps through some Cocoa API?
I am developing an application which offers input prediction for users based on a
Share
Read about the Accessibility API.