I'm not sure why, but the Tao codebase has a copy of the keyboard_types::key enum. I'm building a library that uses the actual keyboard_types library and these two enums don't interoperate with each other.
It would be great if Key and Code were taken from a an upstream library so the ecosystem could mesh together better.
I'm not sure why, but the Tao codebase has a copy of the
keyboard_types::keyenum. I'm building a library that uses the actualkeyboard_typeslibrary and these two enums don't interoperate with each other.It would be great if Key and Code were taken from a an upstream library so the ecosystem could mesh together better.