From a3b794d9748d4a9877e5727269178f207fbc03d5 Mon Sep 17 00:00:00 2001 From: MAZE Date: Sat, 31 Aug 2024 00:23:21 +0330 Subject: [PATCH] feat: add breathing exercise shortcut --- src/components/modals/shortcuts/shortcuts.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/modals/shortcuts/shortcuts.tsx b/src/components/modals/shortcuts/shortcuts.tsx index ff2cee6..0a8b57a 100644 --- a/src/components/modals/shortcuts/shortcuts.tsx +++ b/src/components/modals/shortcuts/shortcuts.tsx @@ -25,6 +25,10 @@ export function ShortcutsModal({ onClose, show }: ShortcutsModalProps) { keys: ['Shift', 'T'], label: 'Sleep Timer', }, + { + keys: ['Shift', 'B'], + label: 'Breathing Exercise', + }, { keys: ['Shift', 'Space'], label: 'Toggle Play',