tlk / beoplay-macos-remote-gui

Remote control B&O Beoplay loudspeakers from macOS
MIT License
16 stars 1 forks source link

Hotkeys interfere with other applications #1

Closed tlk closed 4 years ago

tlk commented 4 years ago

This application listens for hotkeys being pressed, and it does not stop them from being captured by other applications.

Example: Open Chrome.app and press F12. This will turn up the volume, but it will also open the Chrome Developer Tools.

tlk commented 4 years ago

This is now mentioned in the README.md. Chrome can be fixed with the Disable F12 or https://github.com/tlk/f12ignore extension. It will work most of the time, except for certain edge cases such as the Chrome pdf-viewer, when the ctrl-f search input is open and has focus, etc.