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

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -