to.lazy is true or false. The default value is false.
If to.lazy is true and to.key_code is modifier flag such as "key_code": "left_shift", the to.key_code acts as lazy modifier.
The lazy modifier does not send own key events until another key is pressed together.
Tip The lazy modifier is designed …