Skip to content

Commit

Permalink
Change the shortcut to paste into target app
Browse files Browse the repository at this point in the history
  • Loading branch information
vineus committed Dec 14, 2023
1 parent a23973a commit dc9667a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/answerQuestion.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export function AskDustQuestion({ question, agent = DUST_AGENT }: { question: st
/>
{dustAnswer && (
<>
<Action.Paste content={dustAnswer} shortcut={{ modifiers: ["cmd"], key: ";" }} />
<Action.Paste content={dustAnswer} shortcut={{ modifiers: ["cmd"], key: "return" }} />
<Action.CopyToClipboard content={dustAnswer} shortcut={{ modifiers: ["cmd"], key: "." }} />
</>
)}
Expand Down

0 comments on commit dc9667a

Please # to comment.