Very nice! I love your implementation of holding down the tilde key to do another often-used function. I could do a lot more I know but trying to start simply and work my way up to more macros. For now just having a key to type my email address in for me has been a life-saver.
@JSyntax7 ай бұрын
Absolutely good idea
@1asgarov7 ай бұрын
i don't know why but on linux the hold fn key doesn't work for me ifPrimary final tapKey = holdKey f12 only the normal taps print the correct value `=` but prolonged holding doesn't do anything
@JSyntax7 ай бұрын
Do you advanced mode enabled?
@1asgarov7 ай бұрын
@@JSyntax I had to enable "Advanced Resoluiton Strategy" under "Typing behavior" and then it worked - thanks!
@RatherBeCancelledThanHandled8 ай бұрын
This is really informative thanks for sharing . 👍 .
@ok64896 ай бұрын
Hi, Thank you for the usefel macros. Can you please tell me how do I make Jiggler stop again?
@Jujoco_Dev7 ай бұрын
where's the jiggle stop code? can you add it to the repo please.
@JSyntax7 ай бұрын
sorry, i will add later but here it is: ``` setVar stopJiggler 1 setLedTxt 1000 "stp" ```
@digitaldisruptlabs7 ай бұрын
Great video! Thanks for sharing those helpful tips
@JSyntax7 ай бұрын
Glad it was helpful!
@MyCoCreations7 ай бұрын
Thanks for sharing! I have the trackball and scrolling or clicking on the buttons don't wake up my pc, trying to find out if there is a macro I can launch using the module.
@JSyntax7 ай бұрын
Mouse jiggler?
@MyCoCreations7 ай бұрын
@@JSyntax Thanks, I need to figure out how to bind 2 keys (like long press LCTRL + click trackball left) to the mouse click button otherwise the macro will override the default action. I'll give it a try!
4 ай бұрын
Which case do you have?
@felizxett66187 ай бұрын
can somebody maybe create a custom GPT for this? would be awesome!
@FrancisBoudreau6 ай бұрын
The big problem with "Tap once for a key, tap-and-hold for another key", is that the key now triggers on key up, and not key down. It's a noticeable and annoying delay when you type...