anantshri / premotedroid

Github fork of premotedroid to work on issues pending in google code as developer is non responsive.
9 stars 3 forks source link

Combination of Buttons #8

Open AruLNadhaN opened 10 years ago

AruLNadhaN commented 10 years ago

Hi All, I started on this Project to Create some New features such as Copy & Paste.I knew how to Call a single KeyEvent.but I Can't figure out how to call a combination of KeyEvent such as Ctrl+C.

So Help me in the Right Direction :)

Thanks for your Help ...

Tsaukpaetra commented 10 years ago

Well, in the current code base there is no control key support. But, to do that you just pass a key down event, then the letter, then they key up event, as in the alt-method routines. On Jan 27, 2014 12:41 AM, "AruLNadhaN" notifications@github.com wrote:

Hi All, I started on this Project to Create some New features such as Copy & Paste.I knew how to Call a single KeyEvent.but I Can't figure out how to call a combination of KeyEvent such as Ctrl+C.

So Help me in the Right Direction :)

Thanks for your Help ...

— Reply to this email directly or view it on GitHubhttps://github.com/anantshri/premotedroid/issues/8 .