Romain Roffé
Romain Roffé
X11 sends Linux keycodes that only match scancodes on a limited part of the keys. For example for extended scancodes, the values don't match. showkey command can display a mapping:...
This MR aims to be a shorter version of #1617. **Note this is currently a draft to discuss if the global approach is valid from the maintainers point of view.**...
On macOS, no `WindowEvent` is sent when CapsLock is pressed. Actually there is a trick: only the CapsLock state change is sent by macOS, not the state of the keyboard...
Also contains a try to make the API more future proof.
This will allow to free stuff inside the userdata.
I have difficulties to connect to wtransport, using Firefox 130 and wtransport 0.3.1. I have seen in #166 that there has been a recent fixup regarding Firefox support, however I...
Allow to forward txproto logs to an external logger.
* The initial naming of `tx_epoch_set()` didn't reflect the underlying API * Just expose system clock
## Description Based on #3100 and #3116, here is an dirty implementation of cross compilation for Windows (tested from a Debian 12). I chose to base my work on `v20`...