Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Emuclient command-line option to automate macro execution #156

Closed
matlo opened this issue Nov 27, 2013 · 6 comments
Closed

Emuclient command-line option to automate macro execution #156

matlo opened this issue Nov 27, 2013 · 6 comments

Comments

@matlo
Copy link
Owner

matlo commented Nov 27, 2013

From mathieu....@gmail.com on February 22, 2012 20:14:06

The idea is to make it possible to automatically launch a macro when emuclient starts.

emuclient --config --serial --refresh --nograb --status --port --keygen

Key codes can be found at http://code.google.com/p/diyps3controller/source/browse/trunk/GIMX/core/conversion.c#107 To make emuclient stop when the macro ends, "KEYDOWN ESCAPE" has to be added at the end of the macro file.

Original issue: http://code.google.com/p/diyps3controller/issues/detail?id=154

@matlo
Copy link
Owner Author

matlo commented Nov 27, 2013

From mathieu....@gmail.com on February 22, 2012 11:19:03

Status: Fixed

@matlo
Copy link
Owner Author

matlo commented Nov 27, 2013

From mathieu....@gmail.com on February 22, 2012 11:21:07

I forgot the --precision <8 or 16> argument for emuclient.

@matlo
Copy link
Owner Author

matlo commented Nov 27, 2013

From mathieu....@gmail.com on April 02, 2012 14:10:11

Status: Verified

@matlo
Copy link
Owner Author

matlo commented Nov 27, 2013

From k...@goodliff.co.uk on May 10, 2013 02:10:40

To make emuclient stop when the macro ends, "KEYDOWN ESCAPE" has to be added at the end of the macro file.

"KEYDOWN ESCAPE" doesn't stop emuclient as far as I can tell. Is there anyway to end this or possibly another way to execute single key presses from the command line?

@matlo
Copy link
Owner Author

matlo commented Nov 27, 2013

From k...@goodliff.co.uk on May 10, 2013 02:19:09

Ok look like it works with

KEYDOWN LSHIFT
KEYDOWN ESCAPE

@matlo
Copy link
Owner Author

matlo commented Nov 27, 2013

@matlo matlo closed this as completed Nov 27, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant