linked_typewriter
A typewriter that forwards keypresses to attached computers and exposes the currently held keys. Fires two events on attached computers:
key— args:key(number, GLFW key code),held(boolean, whether the matching entry is still alive).key_up— args:key(number).
Use os.pullEvent("key") / os.pullEvent("key_up") to consume
them.