Skip to content

Search is only available in production builds. Try building and previewing the site to test it out locally.

vibium press

Send a keystroke to the focused element.

vibium press <key>

Dispatches a real key event for <key>. Common values:

  • Letters and digits: a, B, 7
  • Named keys: Enter, Tab, Escape, Backspace, Delete, ArrowUp, ArrowDown, ArrowLeft, ArrowRight, Home, End, PageUp, PageDown, Space

This is the simplest way to submit a form that responds to Enter, or to navigate a custom keyboard-driven widget.

Submit a search:

Terminal window
vibium fill @e3 "vibium"
vibium press Enter

Tab between fields:

Terminal window
vibium press Tab