Write a program to simulate a keyboard with given keys and their operation. You need to print the final text to STDOUT.
Type of Keys:
Each key affects the movement of the cursor on editor. The cursor position is identified by row and column.
alpha numeric space => this key inserts their...