Rasmus Moorats
Rasmus Moorats
So this is interesting. I booted up my PC to see that the `keyd` keybindings didn't work. The `keyd` service was running normally, and even restarting didn't work. It was...
If that's the case, then my mouse should've never been picked up and that's another bug in keyd.
FWIW, I changed keyboard to an MX Keys and I'm still having this issue.
Hello! Has there been any progress at all with this feature? Are there any blockers that need solving before this can be implemented?
Unfortunately, it doesn't look as if there's a built-in function in the PDF spec for this. I'm guessing a "workaround" could be to simply print `user-select: none` text as vector...
Unfortunately, text rendering mode 7 simply doesn't render the text (but the text is _still_ selectable). I went through all of the modes and none of them prevent the text...
If anyone stumbles upon this issue and would like to draw text glyphs directly without the text being selectable, you can adapt this example code to your needs: ```py import...