golang-design / hotkey

⌨️ cross-platform hotkey package
https://golang.design/x/hotkey
MIT License
212 stars 10 forks source link

Isolate OS runApp #5

Closed changkun closed 2 years ago

changkun commented 2 years ago

hotkey package runs an internal application that will take over the mainthread.

This limits the package usage, which cannot collaborate with other GUI packages, such as fyne, gio, ebiten, and etc.

Figure out a way to provide native OS features in an isolated package, such as app, so that users can choose to use that package or not.