-
Notifications
You must be signed in to change notification settings - Fork 104
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
Comments
From mathieu....@gmail.com on February 22, 2012 11:19:03 Status: Fixed |
From mathieu....@gmail.com on February 22, 2012 11:21:07 I forgot the --precision <8 or 16> argument for emuclient. |
From mathieu....@gmail.com on April 02, 2012 14:10:11 Status: Verified |
From k...@goodliff.co.uk on May 10, 2013 02:10:40
"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? |
From k...@goodliff.co.uk on May 10, 2013 02:19:09 Ok look like it works with KEYDOWN LSHIFT |
From mathieu....@gmail.com on May 10, 2013 06:09:03 http://gimx.fr/wiki/index.php?title=Command_line#General_emuclient_options |
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
The text was updated successfully, but these errors were encountered: