[READ-ONLY] Mirror of https://github.com/probablykasper/kadium. App for staying ontop of YouTube channels' uploads kadium.kasper.space
linux macos notifications tauri windows youtube
0

Configure Feed

Select the types of activity you want to include in your feed.

Use Shift for Videos/Channels page shortcuts

Kasper (Aug 30, 2025, 11:45 AM +0200) 43f25e6b aefc45ed

+3 -2
+1
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 3 ## Next 4 + - Use Shift instead of Alt for Videos/Channels page shortcuts 4 5 - Remove old YouTube Email Notifier migration 5 6 6 7 ## 1.7.1 - 2024 Jan 28
+2 -2
src/routes/menu.ts
··· 159 159 { item: 'Separator' }, 160 160 { 161 161 text: 'Videos', 162 - accelerator: 'Alt+CmdOrCtrl+1', 162 + accelerator: 'Shift+CmdOrCtrl+1', 163 163 action() { 164 164 goto('/', { replaceState: true }) 165 165 }, 166 166 }, 167 167 { 168 168 text: 'Channels', 169 - accelerator: 'Alt+CmdOrCtrl+2', 169 + accelerator: 'Shift+CmdOrCtrl+2', 170 170 action() { 171 171 goto('/channels', { replaceState: true }) 172 172 },