feat: add breathing exercise shortcut

This commit is contained in:
MAZE 2024-08-31 00:23:21 +03:30
parent 3ef4a076a2
commit a3b794d974

View file

@ -25,6 +25,10 @@ export function ShortcutsModal({ onClose, show }: ShortcutsModalProps) {
keys: ['Shift', 'T'], keys: ['Shift', 'T'],
label: 'Sleep Timer', label: 'Sleep Timer',
}, },
{
keys: ['Shift', 'B'],
label: 'Breathing Exercise',
},
{ {
keys: ['Shift', 'Space'], keys: ['Shift', 'Space'],
label: 'Toggle Play', label: 'Toggle Play',