Jacob Alexander
Jacob Alexander
Interesting. @zzachattack2 can you give me an example of the KLL expression you're using?
I'm still tracking this. The more I've thought about this...the more I agree with it. Still not quite ready yet, but I will once HID-IO is ready.
Yay! (Catalina has been pretty rocky, so this doesn't surprise me)
This will require HID-IO integration (currently working on it!), but this should be possible to support rather easily. It's a little sad that it's Windows only (from my investigation so...
Slowly. I have a few small projects to finish up before getting back into HID-IO work.
So, you'll need to do 2 things. 1) Resolder the the dead column to an unused pin. Some options are I_RX0 gpio(A,9) and I_TX0 gpio(A,10). GPIO(A,4) is one of the...
Currently HID-IO uses features in rust that require the nightly compiler. As noted in the README.md dependencies. Which version of the firmware are you using?
Use this https://github.com/grelltrier/zwp-virtual-keyboard or https://github.com/grelltrier/input_method_service I've been playing around with zwp-virtual-keyboard and it should work well for the compositors that support it.
Here's another example that uses the zwp-virtual-keyboard to get UTF-8 symbols (it's a constrained use-case but seems to work better than X11) https://github.com/hid-io/hid-io-core/commit/f897ff2a8484a358308fcdc83f6585642e633b67
Yeah, the Teensy 3.5 and 3.6 support is still preliminary. I still need to tune the clocks correctly.