I want to make an 'auto clicker' for games, so that when I hold down the LCommand, I get a fast repeat of left-clicks.
currently I have
<autogen>__KeyToKey__ KeyCode::COMMAND_L, PointingButton::LEFT</autogen>
but holding down the CommandL only gives me one click, not repeated clicks.
Is this possible, or must I use a 'normal' (not modifier) key to achieve this?