| title | 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:
vibium fill @e3 "vibium"
vibium press EnterTab between fields:
vibium press Tabvibium fill— type a whole string into an input.