At the moment the livesplit-hotkey library exposes a platform specific KeyCode enum. This however is not only a lot of duplication, but also the variants are inconsistently named, so actually matching on a key code or specifying one in your code is not as portable as you would like it to be.
At the moment the
livesplit-hotkeylibrary exposes a platform specificKeyCodeenum. This however is not only a lot of duplication, but also the variants are inconsistently named, so actually matching on a key code or specifying one in your code is not as portable as you would like it to be.