From 8496e32cfefddda85605c02ad8e241e559c12041 Mon Sep 17 00:00:00 2001 From: Ajay Date: Fri, 22 Dec 2023 11:48:21 -0500 Subject: [PATCH] Add keybind for closing skip notices Fixes #1915 --- public/_locales | 2 +- public/options/options.html | 5 +++++ src/components/options/KeybindDialogComponent.tsx | 7 ++++--- src/config.ts | 2 ++ src/content.ts | 7 +++++++ 5 files changed, 19 insertions(+), 4 deletions(-) diff --git a/public/_locales b/public/_locales index 01bf91da..0c9f9998 160000 --- a/public/_locales +++ b/public/_locales @@ -1 +1 @@ -Subproject commit 01bf91daef4ed4d3f9ed02096b8186799dc73731 +Subproject commit 0c9f99989481a29522dcd338e821295f15eeb136 diff --git a/public/options/options.html b/public/options/options.html index 5a9c78e1..545b0fdc 100644 --- a/public/options/options.html +++ b/public/options/options.html @@ -433,6 +433,11 @@
+
+ +
+
+
diff --git a/src/components/options/KeybindDialogComponent.tsx b/src/components/options/KeybindDialogComponent.tsx index f67c82b5..2fdd728d 100644 --- a/src/components/options/KeybindDialogComponent.tsx +++ b/src/components/options/KeybindDialogComponent.tsx @@ -141,10 +141,11 @@ class KeybindDialogComponent extends React.Component