Closed liginPunoose closed 11 months ago
Adding support to read keys from json file and insert/overwrite on top of existing keycodes .
Currently the keycodes are hardcoded in interface.rs, adding support for user to add platform specific keycodes
Added support to add user specific keycodes, read from the file and populate (insert/overwrite) keycode hashmap
What
Adding support to read keys from json file and insert/overwrite on top of existing keycodes .
Why
Currently the keycodes are hardcoded in interface.rs, adding support for user to add platform specific keycodes
How
Added support to add user specific keycodes, read from the file and populate (insert/overwrite) keycode hashmap