We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi! I added a fix for golf. I haven't updated everything yet but I have some of the code here:
<QuickAction title="90 degrees">
<QuickAction title="At the Drive in -2">
<QuickAction title="Bogie Nights"> <Compound type="Sequential" loop="false"> <PressKey key="Left" duration="700" /> <PressKey key="Control" duration="400" /> <PressKey key="Control" duration="2000" /> </Compound>
<QuickAction title="Bogie Nights -2"> <Compound type="Sequential" loop="false"> <PressKey key="Control" duration="500" /> <PressKey key="Left" duration="1800" /> <PressKey key="Control" duration="2280" /> </Compound>
<QuickAction title="Hole in fun -2">
<QuickAction title="Holy Mackerol X">
<QuickAction title="Holy Mackerol -2">
<QuickAction title="Hot Links -2">
<QuickAction title="Holy Mackerol 2">
<QuickAction title="No puts about it">
<QuickAction title="One Little Birdie -2"> <Compound type="Sequential" loop="false"> <PressKey key="Left" duration="500" /> <PressKey key="Control" duration="500" /> <PressKey key="Right" duration="700" /> <PressKey key="Control" duration="2925" /> <!-- Quick Actions pause. --> </Compound>
<QuickAction title="Seeing Green X">
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi! I added a fix for golf. I haven't updated everything yet but I have some of the code here:
<Title>Golfing</Title> This project contains some Left, Right, Control and wait functions.The text was updated successfully, but these errors were encountered: