tree: 9e2b640799a692e92784669d93c2fe47ae6ff976 [path history] [tgz]
  1. src/
  2. BUILD.gn
  3. README.md
src/developer/ffx/plugins/session/keyboard/README.md

Keyboard plugin for ffx

The keyboard plugin for ffx is an experimental plugin used in the development of Fuchsia's keyboard subsystem.

Prerequisites

Since the plugin is experimental, it must first be enabled like so:

ffx config set experimental_keyboard true

Use

For the time being, the plugin has only one thing you can set: the keymap identifier.

Set it like this:

ffx session keyboard --keymap US_QWERTY

See ffx help keyboard for more details.