brrd / electron-tabs

Tab component for Electron
MIT License
697 stars 130 forks source link

hotkeys stop working #167

Closed hz2018tv closed 2 years ago

hz2018tv commented 2 years ago

most default hotkeys stop working after electron-tabs is activated, like Ctrl+Q for "Quit" (clicking on Quit still works), so far, only Ctrl+R and Ctrl+Shift+R are working. thanks!

brrd commented 2 years ago

Electron-tabs doesn't deal with hotkeys. This is obviously related to your Electron app, not to electron-tabs. Please open an issue in Electron issue tracker.