Executes all keystrokes and hotkeys sent by this script through a queue, ensuring different hotkeys aren’t being executed at the same time as others, but one at a time instead. For example, if you send “SHIFT+A’ in one translation, and just ‘A’ in another, at the exact same time, the script will first send ‘SHIFT+A”, and then make sure the second A is sent without shift still enabled.
This script adds the following translation parameters:
Keys: The keys that should be sent when this translation fires. Multiple can be specified, separated by a +. All keys listed in the same translation will be executed at the same time. Only keys sent by other translations are queued later.