Search found 3 matches

by Eidos
Sun Feb 19, 2012 1:04 pm
Forum: Mac OSX
Topic: SendKey ?
Replies: 14
Views: 7783

Re: SendKey ?

Hi Shardik,

Many thanks for code! That's really useful piece of code.
I came from Windows world and just started with Mac using PB.

I have faced with strange clipboard behavior in PB before implementing your senkey solution in mac.
It seems that SetClipboardText doesn't work properly on my Mac ...
by Eidos
Fri Feb 17, 2012 10:41 am
Forum: Mac OSX
Topic: SendKey ?
Replies: 14
Views: 7783

Re: SendKey ?

Thank you for reply!

Actually, I'm writing a simple plugin for QuarkXpress and want to send key/word to edit window of QXP.
I've tried apple script, but that works too slowly and sometimes hanging the whole Qxp.
The solution was to make a simple application that stays on top and sending keystrokes ...
by Eidos
Thu Feb 16, 2012 10:40 am
Forum: Mac OSX
Topic: SendKey ?
Replies: 14
Views: 7783

SendKey ?

Hi All,

This my first post :) --
Can you please tell, whether a SendKey analog exist in MAC OS?
Any OSX Api function to simulate keybd_event like in Windows?
Is it possible to do it in PureBasic for Mac?

Many thanks!