KeyOptions allow the user to redefine accelerators for the flux command set.
Slots
- bindingsSource
-
const Str:Str bindings := [Str:Str][:]
Binding of command ids to key accelerators. The keys of this map are
FluxCommand.ids
. SeeCommandId
for the commonly used predefined commmands. The values of the map are string representations offwt::Key
. If a command is not mapped in this table, then it defaults to the accelerator defined by the command's localized props. - loadSource
-
static KeyOptions load()
Convenience for loading from "keys"
- makeSource
-
new make(|KeyOptions|? f := null)
Default constructor with it-block