18
I made a TUI soundboard in Rust! (cls)
(github.com)
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Credits
During my development, I have found 2 different crates that handles global key input. They are
inputbot
andmki
. I looked at some issues ininputbot
and learnt that they are usinglibinput
as the backend. I didn't read aboutmki
though.This soundboard is using
mki
, and global hotkey is working in Wayland (at least for Plasma).