Share a single keyboard and mouse between multiple computers. It's like a software KVM (but without the video). TLS encryption is enabled by default. Wayland is supported. Clipboard sharing is supported.
This article details a workaround for a memory leak in Autokey on Linux, specifically addressing issues arising from the transition away from X11 and toward Wayland. The author implemented a wrapper script to monitor Autokey's memory usage and restart it when it exceeds a defined threshold.
An article discussing the use of HID over I2C for coupling STM32 and Linux in a project, offering a detailed example, and discussing the benefits such as compatibility, low power consumption, and ease of implementation.
$ sudo apt install gnome-tweak-tool
then use it to map caps lock to ctrl, and swap left-ctrl and right ctrl to hyper
would rather have meta in center left and 2nd from right
would rather super and hyper work
keysym BackSpace = Delete
keysym Delete = BackSpace
remove Lock = Caps_Lock
keycode 0x42 = Control_L
add Control = Control_L
Could not get this to remap caps lock to control, or to remap meta/alt etc.