Skip to content

Fix limited action definitions #86

Description

@aknobloch

Currently, the data layer between the server and client only allow a single byte of data to be sent as the ID. This is slightly more efficient, but the real reason is for simplicity of code. Of course, this only allows a maximum of 255 shortcuts to be defined, and a overflow would lead to a lot of very strange issues, such as the potential for a higher value to be interpreted as multiple presses and general overflow errors. This should be fixed.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions