• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Simulating Text Input
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Simulating Text Input


  • Subject: Re: Simulating Text Input
  • From: Flavio Donadio <email@hidden>
  • Date: Thu, 20 May 2010 10:55:25 -0300

Paul and Eiko,


I just checked OSXvnc's source code. Their code led me to the right place, but it's fairly complex for a beginner (like myself) to learn how to post keyboard events (generate keystrokes or simulating keyboard input).

The functions needed for this are in Quartz / Core Graphics. OSXvnc still uses CGPostKeyboardEvent, which is now deprecated in 10.6. Apple suggests CGEventCreateKeyboardEvent as a substitute.

Check Developer Documentation for more information. There's a code snippet in CGEventCreateKeyboardEvent's reference that makes things very clear.


Cheers,
Flavio

On 19/05/2010, at 16:53, Paul Sanders wrote:

> > I am interested in simulating text input (maybe via generating keystrokes), but never found an example for that.
>
> Well VNC must simulate keystrokes somewhere along the line, although finding it may take a bit of digging around in the sources.  As you say, mapping all the various keycodes is likely to be painful.
>
> Paul Sanders.
>

_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Simulating Text Input
      • From: Eiko Bleicher <email@hidden>
References: 
 >Re: Simulating Text Input (From: Flavio Donadio <email@hidden>)
 >Re: Simulating Text Input (From: "Paul Sanders" <email@hidden>)

  • Prev by Date: [iPhone] How to scale a UITextView Properly with typing text shown
  • Next by Date: Re: NSData from CGPDFPageRef
  • Previous by thread: Re: Simulating Text Input
  • Next by thread: Re: Simulating Text Input
  • Index(es):
    • Date
    • Thread