Stephen Lee
Stephen Lee
I generally agree that overloading the field's value isn't great but I don't think that it'd be too terrible if the value of `usb_device` is prefixed with something to distinguish...
@sssilver any thoughts? This fell off my radar but I'm still interested in finding a more desirable solution. (Maybe 3?)
Ahh, I get what you're going after. BTW, for `_without`, the `leave => hovered[12]` and `enter => nonhovered` seemed flipped. For `_without`, you're expecting the onHover and onHoverLost to passthrough...
In my experience, `onHoverLost` seems to work when the mouse hover is lost over the containing window. If the mouse hover is lost outside of the containing window, the `onHoverLost`...
The culprit seems to be ags's `Widget.isHovered`. Bug affects `Widget.EventBox` and `Widget.Button`. Workaround: ```javascript const child = Widget.Label({label: "or any other Widget"}); const eventBox = new Widget.EventBox({ child, onHover: event...
> The lag you experience is probably Python startup time, nothing that keyd can do all that much about. Perhaps I should run a long-lived Python daemon and have keyd...