# Feature tour — a 9:16 vertical clip optimized for social media.
# Demonstrates: keyPress, hover, multiple captions, vertical aspect.

title: "Multi-cursor editing — v2.4"
render:
  preset: midnight
  aspect: "9:16"
  quality: "1440p"

steps:
  - type: goto
    url: https://app.example.com/editor
    caption:
      text: "Try multi-cursor editing"

  - type: hover
    target: { role: textbox }

  - type: keyPress
    key: "Meta+D"
    caption:
      text: "Cmd+D selects the next match"

  - type: keyPress
    key: "Meta+D"

  - type: keyPress
    key: "Meta+D"

  - type: type
    target: { role: textbox }
    text: "renamed_var"
    caption:
      text: "Type once — replace everywhere"

  - type: pause
    ms: 800
