I get a segmentation fault with a macro configured in ~/.emuclient/macros
I created a configs.txt file in that directory, and wrote a line associated with the .xml config and macro to use when it is loaded.
Do macros work on raspberry pi?
Does RPI support Macros?
Re: Does RPI support Macros?
This is probably not related to the RPI.
Please post the content of your macro file and the content of the config.txt file.
Please post the content of your macro file and the content of the config.txt file.
GIMX creator
Re: Does RPI support Macros?
Oops, you are correct. I understood the syntax wrong. The macro is working as intended now. Thank you.
Re: Does RPI support Macros?
I was working off example in the wiki, and did not fully understand a few things
I did not have 'p' mapped to anything in my config file. And I thought BUTTON_LEFT was an arbitrary ID name you were giving it.
Code: Select all
MACRO MBUTTONDOWN BUTTON_LEFT
KEYDOWN p
DELAY 50
KEYUP p
DELAY 50
MBUTTONDOWN BUTTON_LEFT
Re: Does RPI support Macros?
I opened a new issue: http://code.google.com/p/diyps3controll ... ail?id=213
GIMX creator