Hey guys, just discovered kanata and I am beyond excited! was wodering if there is a way to put a wait between key press and release? #1569
-
Like the title, I need to make a macro that sends ctrl+enter and then V. I made it like that |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Try: |
Beta Was this translation helpful? Give feedback.
-
that doent work, it just paste whatever text I had in my clipboard. but hang on! there is a simulator?? I lost my freaking mind! I am having a little problem figure it out! |
Beta Was this translation helpful? Give feedback.
-
aaa now I made it work! its like that cev (macro C-(50 ret 50) v) Basically you had v in there instead of enter and it took me a while to realise that this v was an actual key press! just so I understand a little better how do those two timers work now? |
Beta Was this translation helpful? Give feedback.
Try:
(macro C-(50 v 50) v)
Example in sim