11strokes

Info
Description:
Simulates keyboard input and sends it to the currently active window. Key press/release are separate events so any kind of key combination can be simulated. This can help to remote control other software with Max.
Source Code:
https://github.com/11ols/11strokes
The code is completely different for each platform as we need to make use of OS related methods.
Changelog:
2022/01/30
- updated main method
2022/01/17
- supports Apple Silicon
2020/07/29
- added support for Numpad/Keypad keys
- pushed source code to a github repo
2016/08/25
- version 2.0 now supports addressing the hardware position of a key OR finding the correct key(combination) to create a certain character depending on the users keyboard layout
- includes Windows and Mac OSX version