Tagged Questions
-2
votes
1answer
35 views
Why don't property lists use more XML-element types? [closed]
Most software would store information in XML rather like this:
<book>
<title>Generic Examples, the Internet, and You</title>
<length pages="43" />
<authors>
...
1
vote
1answer
678 views
Run plist command every 5 seconds
I have the following plist file in my User/Library/LaunchAgents folder. It presses the "g" key every 60 seconds.
My question is, how can I change this to press the "g" key every 5 seconds?
...