ZackeryRSmith / bongocat-osu

An extensable and highly configurable Bongo Cat overlay
MIT License
2 stars 0 forks source link

Use ASCII character over ASCII key code #19

Closed ZackeryRSmith closed 1 year ago

ZackeryRSmith commented 1 year ago

In the config, which uses ASCII key code values like 90 (which is 'z'), and 88 (which is 'x'). This system would just allow you to enter 'z' or 'x', and just let Bongocat convert those to ASCII key codes for you.

ZackeryRSmith commented 1 year ago

Done, will be added in the next commit. Also, both ASCII key codes and ASCII characters work in the config now. Not just one or the other :)