I want to simulate or trigger keyboard press. I don't want to capture but to simulate it. Example:
Pseudocode:
simulate('a') simulate('b')
the action was like pressing the 'a' then 'b' of the keyboard with just a piece code. No manual/actual pressing of keyboard happens.
Thanks in advance! Cheers!