const class flux::KeyOptions

sys::Obj
  flux::KeyOptions

@Serializable

Source

KeyOptions allow the user to redefine accelerators for the flux command set.

bindings

const Str:Str bindings := [Str:Str][:]

Source

Binding of command ids to key accelerators. The keys of this map are FluxCommand.ids. See CommandId for the commonly used predefined commmands. The values of the map are string representations of Key. If a command is not mapped in this table, then it defaults to the accelerator defined by the command's localized props.

load

static KeyOptions load()

Source

Convenience for loading from "keys"

make

new make(|This|? f := null)

Source

Default constructor with it-block