Skip to content

glide.keys.send() does not work in dev tools #259

@RobertCraigie

Description

@RobertCraigie

If you open the dev tools console for a content page and have a keymapping like this defined:

glide.keymaps.set("insert", "<CR>", async () => {
  if (glide.findbar.is_focused()) {
    await glide.findbar.close();
  } else {
    await glide.keys.send("<CR>", { skip_mappings: true });
  }
});

the console will do nothing.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions