Skip to content

Commit

Permalink
add kagi universal summarizer global keybinding
Browse files Browse the repository at this point in the history
  • Loading branch information
b0o committed May 4, 2023
1 parent c16bffc commit 9df14fe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/keys.js
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,12 @@ maps.global = [
callback: () =>
actions.openLink(actions.getDiscussionsUrl(), { newTab: true }),
},
{
alias: "=S",
category: categories.misc,
description: "View summary for page",
callback: () => actions.openLink(actions.getSummaryUrl(), { newTab: true }),
},
{
alias: "=o",
category: categories.misc,
Expand Down

0 comments on commit 9df14fe

Please sign in to comment.