mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-03 13:33:18 +00:00
This commit removes the usage of "electron-localshortcut" completely. Now, we rely on only menu accelerators for shortcuts. It's risky to register a local shortcuts in the app window either using electronLocalShortcut or globalShortcut as the registered shortcuts could interfare with OS global shortcuts which is very frustrating. This fixes #317 once and for all.