Skip to content

Commit

Permalink
fix(share): adding back shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlindquist committed Nov 26, 2024
1 parent bf2b3cd commit c4e5acf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/api/kit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1482,12 +1482,14 @@ ${lastRunBlock}
group: "Share",
name: "Post to Community Scripts",
description: "Share {{name}} on GitHub Discussions",
shortcut: `${cmd}+s`,
},
"share-script-as-link": {
group: "Share",
name: "Create Install URL",
description:
"Create a link which will install the script",
shortcut: `${cmd}+shift+s`,
},
"share-script-as-kit-link": {
group: "Share",
Expand Down

0 comments on commit c4e5acf

Please sign in to comment.