bash - conemu macros 'line send delay' method? -


i use securecrt , it's 'line send delay' option. lets inject delay in milliseconds lines sent via mapped keys. helpful because mapped keys send commands fast os. ex:

command1\ncommand2\n 

needs entered as:

$command1 $command2 

not:

$command1 command2 $ 

from i've learned conemu's macros pretty similar securecrt's mapped keys. but, have not figured out "line send delay" option. else know how this?

print("command1\n"); sleep(1000); print("command2\n") 

Comments

Popular posts from this blog

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

mapreduce - Resource manager does not transit to active state from standby -

serialization - Convert Any type in scala to Array[Byte] and back -