repeated left clicks while holding down Lcommand

426 views
Skip to first unread message

tim.a...@gmail.com

unread,
Dec 18, 2015, 5:05:05 AM12/18/15
to Karabiner
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?




Takayama Fumihiko

unread,
Dec 18, 2015, 5:34:59 AM12/18/15
to tim.a...@gmail.com, osx-ka...@googlegroups.com
You should specify the key sequence in order to release left button.
Please use this autogen:

<autogen>
__KeyToKey__
KeyCode::COMMAND_L,

PointingButton::LEFT,
KeyCode::VK_NONE,

<!-- 50 millisecond -->
DelayUntilRepeat::RawValue::50,
<!-- 50 millisecond -->
KeyRepeat::RawValue::50,
</autogen>


--
Takayama Fumihiko <tek...@pqrs.org>
> --
> You received this message because you are subscribed to the Google
> Groups "Karabiner" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to osx-karabine...@googlegroups.com
> <mailto:osx-karabine...@googlegroups.com>.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/osx-karabiner/9f5da461-d84f-4cbc-8ab5-8268ceab3f15%40googlegroups.com
> <https://groups.google.com/d/msgid/osx-karabiner/9f5da461-d84f-4cbc-8ab5-8268ceab3f15%40googlegroups.com?utm_medium=email&utm_source=footer>.
> For more options, visit https://groups.google.com/d/optout.

tim.a...@gmail.com

unread,
Dec 18, 2015, 5:38:37 AM12/18/15
to Karabiner, tim.a...@gmail.com
Wow!!

thank you so much for your quick response.  It works perfectly.

tim 

Atharvana Sandhal

unread,
Feb 22, 2021, 10:18:36 PM2/22/21
to Karabiner
Where do i put this code ?
Reply all
Reply to author
Forward
0 new messages