Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-05 | Remove lib/char_to_key_code.* | Teddy Wing | |
We don't need these functions any more now that key simulation is handled by the Rust library. The files can be safely removed. | |||
2018-08-27 | Add char_to_key_code.h header file | Teddy Wing | |
Make a corresponding header file for `char_to_key_code.m`. This enables us to include those functions in other source files. |