Skip to content

Commit 2654062

Browse files
lizziescoderanerli
authored andcommitted
Update desktopActions.ts
1 parent 34c3a53 commit 2654062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/magnitude-core/src/actions/desktopActions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export const desktopKeyAction = createAction({
9595
name: 'desktop:key',
9696
description: "Press a key or key combination. Use '+' to combine keys (e.g., 'cmd+c', 'ctrl+shift+t')",
9797
schema: z.object({
98-
key: z.string().describe("Key to press (e.g., 'return', 'tab', 'escape') or combination (e.g., 'cmd+c', 'ctrl+a', 'ctrl+shift+t')"),
98+
key: z.string().describe("Key to press (e.g., 'enter', 'tab', 'esc') or combination (e.g., 'cmd+c', 'ctrl+a', 'ctrl+shift+t')"),
9999
}),
100100
resolver: async ({ input: { key }, agent }) => {
101101
const desktop = agent.require(DesktopConnector);

0 commit comments

Comments
 (0)