Skip to content

Commit 8560270

Browse files
Nakshatra SharmaNakshatra Sharma
authored andcommitted
chore: align RemoteMessage with combo payload
1 parent 9b457da commit 8560270

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/types.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ export type RemoteMessage =
66
| { type: "click"; button: "left" | "right" | "middle"; press: boolean }
77
| { type: "key"; key: string }
88
| { type: "text"; text: string }
9-
| { type: "zoom"; delta: number };
9+
| { type: "zoom"; delta: number }
10+
| { type: "combo"; keys: string[] };

0 commit comments

Comments
 (0)