Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 714 Bytes

File metadata and controls

42 lines (28 loc) · 714 Bytes
title vibium press

Send a keystroke to the focused element.

Synopsis

vibium press <key>

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

Submit a search:

vibium fill @e3 "vibium"
vibium press Enter

Tab between fields:

vibium press Tab

See also