osx - In Karabiner how to send keystones with delay in-between? -


in karainer, on mac os x+

this config gives me 5 qs after pressing f.

<item> <name>song_5q</name> <identifier>song_5q</identifier> <autogen>__keytokey__ keycode::f,        keycode::q,        keycode::q,        keycode::q,        keycode::q,        keycode::q, </autogen> 

but want add delay of 200 ms between each q. how please?

best bet call applescript implements delays... doing in karabiner native function make karabiner blocking (synchronous) , introduce sorts of delays.


Comments

Popular posts from this blog

php - Extract Text from HTTP referer -

Receive udp packets in android gstreamer -

authentication - ASP.NET Core 1.0. Bearer Token, cannot access custom claims -