Hacker News new | ask | show | jobs
by ronjouch 3628 days ago
Personal guess: while functional (nit: only on Chrome for now :-/ ), the WebRTC site lacks some desktop features (integration, hotkeys, more control on notifications, etc) that they want to provide, and that are covered by the Electron API. For now there's none of it, but I think we'll see those appear little by little.
1 comments

Not sure about hotkeys. Current Twitter and Github hijack enough well known bindings that it got annoying. So, what hotkeys would Electron allow that wouldn't work in a generic browser?
I meant global system-wide hotkeys that work even when the application is not focused, not JavaScript-event-based page hotkeys. In the stable (Qt-based) Skype for example I bind Ctrl+Alt+PgUp to answer a call, and Ctrl+Alt+PgDown to stop the call.