Results 16 comments of Thomas L. Kjeldsen

This script is just what I was looking for, thanks! From the [network graph](https://github.com/michaelarnauts/cec-mqtt-bridge/network) it appears to be common for people to remove IR-support. Perhaps you could consider separating out...

That's right, although requirements.txt still reference python-lirc. On another note, I have been looking at this [cec python library](https://github.com/trainman419/python-cec) which is available on pypi.org and [piwheels.org (well, not yet but...

2020 got a fever and the only prescription is [more cowbell](https://vimeo.com/257364428).

I would like to echo the appreciations for this library. Thank you! An alternative approach to the suggestion here is to use a closure (as a generic handler) that captures...

Hello @aVolpe, have you considered storing the hotkey object on an instance variable of an object that is guaranteed to exist during the entire app lifecycle? I believe that would...

@aVolpe Good point :-) In order to reproduce the issue I created a new project with Xcode 11.3 (macOS, App, Swift, Storyboard, target 10.15), added HotKey as a SPM dependency...

@harryworld would you be able to share a small code sample - as small and simple as possible - that reproduces the issue?

For some reason [Catalyst.appKit](https://github.com/harryworld/TestCatalyst/blob/2a5a2b0a880e517b6969fd962824f740d82e21ed/TestCatalyst/FirstViewController.swift#L16) is null when I run the TestCatalyst project and setup() is never called. Would you be able to simplify the example even further? Did the [Expected...

@aVolpe No worries, thanks! Interesting. @harryworld Ok. Yes I ran the TestCatalyst project on macOS Catalina. Reading the code in [MacApp.swift](https://github.com/harryworld/TestCatalyst/blob/master/AppKitGlue/MacApp.swift) I see the hotKey instance variable on the MacApp...

Related https://github.com/shpakovski/MASShortcut/issues/117