Gabriel Holodak

Results 2 issues of Gabriel Holodak

Signals for the modifier keys (Alt_L, Ctrl_L, Super_L, etc.) are emitted only on key press events, not on key release events. I added ``` awful.key({ modkey }, "Alt_R", nil) ```...

bug
confirmed

I'm having some trouble reading a Vorbis stream from a pipe. I get the error message `Supported file format but file is malformed.` when calling `sf_open_fd` on the pipe. Output...

Wishlist
enhancement