From 2e3ae72cd21d8704aac3a0c8bb7cb70063ef282e Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Sun, 26 Apr 2026 13:54:56 -0400 Subject: [PATCH] feat: Show toggle theme shortcut in keyboard shortcuts modal (#12168) --- app/scenes/KeyboardShortcuts.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/app/scenes/KeyboardShortcuts.tsx b/app/scenes/KeyboardShortcuts.tsx index 866bbc751d..e0fa76de34 100644 --- a/app/scenes/KeyboardShortcuts.tsx +++ b/app/scenes/KeyboardShortcuts.tsx @@ -88,6 +88,15 @@ function KeyboardShortcuts({ defaultQuery = "" }: Props) { ), label: t("Toggle sidebar"), }, + { + shortcut: ( + <> + {metaDisplay} + +{" "} + l + + ), + label: t("Toggle theme"), + }, { shortcut: ( <>