Trigger macro only on release #1749
Answered
by
gerhard-h
brian-tran-dev
asked this question in
Q&A
|
I want my lctrl to send key press event on press (like normal). But on release, it will send key release event along with another key press and key release sequentially. I tried macro but it is triggered as soon as I press lctrl. |
Answered by
gerhard-h
Aug 17, 2025
Replies: 1 comment
|
https://jtroo.github.io/config.html#virtual-keys
If order of release becomes an issue you can make |
0 replies
Answer selected by
brian-tran-dev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://jtroo.github.io/config.html#virtual-keys
inside
https://jtroo.github.io/config.html#multi
(defvirtualkeys mykey a)(multi lctl (on-release tap-virtualkey mykey))If order of release becomes an issue you can make
lctlan virtual key, too.