MouseClickSimulator icon indicating copy to clipboard operation
MouseClickSimulator copied to clipboard

Fix for golf. Can someone please fill in the values? I finished the first bit.

Open blakeyoung81 opened this issue 3 years ago • 0 comments

Hi! I added a fix for golf. I haven't updated everything yet but I have some of the code here:

Golfing This project contains some Left, Right, Control and wait functions.
<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">

blakeyoung81 avatar Oct 14 '22 07:10 blakeyoung81