Kinda of a waste of a macro space though...
So... solution #2...
create a file called Bindings.xml in the CensusPlus folder
Code: Select all
<Bindings>
<Binding name="Take Census" header="CENSUSHEADER">
CensusPlus_Take_OnClick();
</Binding>
<Binding name="Stop Census">
CensusPlus_StopCensus();
</Binding>
</Bindings>
BINDING_HEADER_CENSUSHEADER = "Census Plus";
That's it. You now have the ability to set Key Bindings to start and stop Census in the Key Bindings menu!