This update addresses some issues with multikey game buttons. Before we were just tapping the buttons in sequence very quickly, however it was not always registered as hitting all keys at once. So, I've rewritten it to use built in multi-key functionality for Robotjs and KBMRobot. Due to this, you'll now only be able to pass one main key, and then up to three "modifier" keys which are control, command (mac), alt, and shift.
Notes:
This update will require that you recreate any multikey game buttons you had before.
Changes:
- Rewrote multikey game control functionality to better use Robotjs and KBMRobot built in multikey functions.
- Reworked the UI a bit to account for the new multikey requirements.