Skip to content

Instantly share code, notes, and snippets.

@ernestoruiz89
Created May 24, 2023 19:47
Show Gist options
  • Save ernestoruiz89/5beaa6650976c07bdff527ca262bf34d to your computer and use it in GitHub Desktop.
Save ernestoruiz89/5beaa6650976c07bdff527ca262bf34d to your computer and use it in GitHub Desktop.
frappe.ui.keys.add_shortcut({
shortcut: "shift+ctrl+d",
action: function () {
// navigate to ask doppio bot page
frappe.set_route("doppio-bot");
},
description: __("Ask DoppioBot"),
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment