geddski / macros

macros support for VS Code
MIT License
165 stars 36 forks source link

How to trigger keyboard 'enter' #52

Closed DH-Illidan-StormRage closed 5 years ago

DH-Illidan-StormRage commented 5 years ago

A wonderful artifact, but how can I trigger enter to turn to next line by using macros? I cant find the command to turn to next line.

imAliAzhar commented 4 years ago

Hi @DH-Illidan-StormRage Did you figure it out?

lanye74 commented 4 years ago

You can insert \n to bump the line down and maintain tab space (ex. \t\t\n outputs \t\t\[break]\t\t) or use \r for a complete return, ignoring auto-tab.