Struct chrome_remote_interface_model::input::DispatchKeyEventCommandBuilder[][src]

pub struct DispatchKeyEventCommandBuilder { /* fields omitted */ }
This is supported on crate feature Input only.

Implementations

Type of the key event.

Bit field representing pressed modifier keys. Alt=1, Ctrl=2, Meta/Command=4, Shift=8 (default: 0).

Time at which the event occurred.

Text as generated by processing a virtual key code with a keyboard layout. Not needed for for keyUp and rawKeyDown events (default: “”)

Text that would have been generated by the keyboard if no modifiers were pressed (except for shift). Useful for shortcut (accelerator) key handling (default: “”).

Unique key identifier (e.g., ‘U+0041’) (default: “”).

Unique DOM defined string value for each physical key (e.g., ‘KeyA’) (default: “”).

Unique DOM defined string value describing the meaning of the key in the context of active modifiers, keyboard layout, etc (e.g., ‘AltGr’) (default: “”).

Windows virtual key code (default: 0).

Native virtual key code (default: 0).

Whether the event was generated from auto repeat (default: false).

Whether the event was generated from the keypad (default: false).

Whether the event was a system key event (default: false).

Whether the event was from the left or right side of the keyboard. 1=Left, 2=Right (default: 0).

This is supported on crate feature experimental only.

Editing commands to send with the key event (e.g., ‘selectAll’) (default: []). These are related to but not equal the command names used in document.execCommand and NSStandardKeyBindingResponding. See https://source.chromium.org/chromium/chromium/src/+/master:third_party/blink/renderer/core/editing/commands/editor_command_names.h for valid command names.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.