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.
Logo
A one minute installation that covers all your user needs when it comes to shortcuts and search.
Generate a basic code thing
This is what it looks like;
var x = "jo";
const actions = [{
title: "My action",
trigger: (query, context) => {
console.log(query)
}
}]