16 lines
223 B
Elixir
16 lines
223 B
Elixir
Output examples/commands/type.gif
|
|
Set FontSize 42
|
|
Set Height 225
|
|
|
|
Sleep 1
|
|
|
|
# Type something
|
|
Type "Whatever you want"
|
|
|
|
Sleep 1 Ctrl+U Sleep 1
|
|
|
|
# Type something really slowly!
|
|
Type@500ms "Slow down there, partner."
|
|
|
|
Sleep 1
|