From 9033fc76c7c9ffb19713c3ee631790ccd392f48b Mon Sep 17 00:00:00 2001 From: amyspark-ng <92493175+amyspark-ng@users.noreply.github.com> Date: Sun, 6 Oct 2024 07:23:35 -0500 Subject: [PATCH] feat: add "+" to key type (#433) --- src/types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/types.ts b/src/types.ts index 31e426f1..ee5cebb5 100644 --- a/src/types.ts +++ b/src/types.ts @@ -3672,6 +3672,7 @@ export type Key = | "9" | "0" | "-" + | "+" | "=" | "q" | "w"