I hope this AutoHotKey macro I wrote can help you code a little faster.
The video goes over what I have done:
The Github file is here:
You can customize this to your taste very easily.
Get AutoHotKey here:
I hope this AutoHotKey macro I wrote can help you code a little faster.
The video goes over what I have done:
The Github file is here:
You can customize this to your taste very easily.
Get AutoHotKey here:
They Shoved this into the "SPAM" folder. Too bad, very helpful and no one will see it.
ljbeng:
They Shoved this into the "SPAM" folder. Too bad, very helpful and no one will see it.
I can see it.
for(int i = 0; i <= ?; Seriously?
TheMemberFormerlyKnownAsAWOL:
I can see it.
for(int i = 0; i <= ?;Seriously?
I suppose this is to help you type common statements faster.
press F4 and you get a template for loop
for(int i = 0; i <= ?; i++){
}
press F5 and you get a switch / case
switch(){
case 0:{
<cursor here>
break;
press F6 and you get a Serial.print(); with the cursor positioned between the braces
not sure I need that (anyway I'm on a Mac), I type fast enough and think about what I'll be coding when typing and would always get confused about which key is which.
This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.