Select the types of activity you want to include in your feed.
fix(shortcuts): use BrowserWindow ID not WebContents ID for shortcut callbacks
ev.sender.id is the webContents ID, not the BrowserWindow ID. BrowserWindow.fromId() requires window ID. Use fromWebContents() to get the correct window reference.