Logo

A great keyboard shortcut experience for your users in no time

A one minute installation that covers all your user needs when it comes to shortcuts and search.

Fast search

Hotkeys

Sources

Dependency free

MIT Licensed

Generate a basic code thing

This is what it looks like;

  • Test
  • Bullet list
var x = "jo";

Callback action

const actions = [{
  title: "My action",
  trigger: (query, context) => {
    console.log(query)
  }
}]

Shortcut action