pub fn new_rktk_opts(
keymap: &'static Keymap,
hand: Option<Hand>,
) -> RktkOpts<DefaultDisplayConfig, DummyLayout>Expand description
Creates a new RktkOpts with the default display config and the dynamic config loaded from
the JSON file.
pub fn new_rktk_opts(
keymap: &'static Keymap,
hand: Option<Hand>,
) -> RktkOpts<DefaultDisplayConfig, DummyLayout>Creates a new RktkOpts with the default display config and the dynamic config loaded from
the JSON file.