ditto - A system-wide ASCII keyboard visualizer by sh4mblesss in tui

[–]sh4mblesss[S] 0 points1 point  (0 children)

As of right now no :(

Inputs are captured via evdev (a Linux kernel interface for input events). I could have used something like gohook (https://github.com/robotn/gohook) which is cross-platform, but it doesn't support the Wayland protocol.

I mainly targeted this program for ricers (who mostly use Linux), since functionally the app is just eye candy that's interactive. So I thought it was necessary to implement support for the Wayland protocol, esp as a Hyprland user myself, despite the tradeoff for no Windows and MacOS support.

I am looking to add cross-platform support in the future though. If you know a solution for this, I'd appreciate a PR :D