I wanted to simulate the screen touch events similar to apple iphone or Ipad
103 views
Skip to first unread message
balaj...@tcs.com
unread,
Feb 20, 2012, 11:08:47 PM2/20/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to xdotool-users
Hi All,
I wanted to simulate the screen touch events like hard touch,
softtouch etc which are similar on Iphone or Ipad is it possible via
the Xdotool??
thanks
balaji.v
Nazri Ramliy
unread,
Feb 21, 2012, 12:34:18 AM2/21/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to balaj...@tcs.com, xdotool-users
On Tue, Feb 21, 2012 at 12:08 PM, <balaj...@tcs.com> wrote: > I wanted to simulate the screen touch events like hard touch, > softtouch etc which are similar on Iphone or Ipad is it possible via > the Xdotool??
hard touch: mousedown; sleep 2s; mouseup? soft touch: click?