Does RPI support Macros?

Need help? Ask here and someone will help
Post Reply
Liuser
Posts: 10
Joined: Sat Apr 06, 2013 8:09 am

Does RPI support Macros?

Post by Liuser »

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?
User avatar
Matlo
Posts: 5764
Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:

Re: Does RPI support Macros?

Post by Matlo »

This is probably not related to the RPI.

Please post the content of your macro file and the content of the config.txt file.
GIMX creator
Liuser
Posts: 10
Joined: Sat Apr 06, 2013 8:09 am

Re: Does RPI support Macros?

Post by Liuser »

Oops, you are correct. I understood the syntax wrong. The macro is working as intended now. Thank you.
User avatar
Matlo
Posts: 5764
Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:

Re: Does RPI support Macros?

Post by Matlo »

What was wrong?
GIMX creator
Liuser
Posts: 10
Joined: Sat Apr 06, 2013 8:09 am

Re: Does RPI support Macros?

Post by Liuser »

I was working off example in the wiki, and did not fully understand a few things

Code: Select all

MACRO MBUTTONDOWN BUTTON_LEFT
KEYDOWN p
DELAY 50
KEYUP p
DELAY 50
MBUTTONDOWN BUTTON_LEFT
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.
User avatar
Matlo
Posts: 5764
Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:

Re: Does RPI support Macros?

Post by Matlo »

GIMX creator
Post Reply