premotedroid
premotedroid copied to clipboard
Combination of Buttons
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 ...
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" [email protected] 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 .