vibium press
Send a keystroke to the focused element.
Synopsis
Section titled “Synopsis”vibium press <key>Description
Section titled “Description”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.
Examples
Section titled “Examples”Submit a search:
vibium fill @e3 "vibium"vibium press EnterTab between fields:
vibium press TabSee also
Section titled “See also”vibium fill— type a whole string into an input.