or :

Copy this Script :

Code:
set CR to ASCII character of 13
tell application "System Events"
	try
		tell application "Pixelmad_v2_f56_UB" to activate
		keystroke "A"
		keystroke "1" using {control down}
		
	end try
end tell


thanks to Mr_P to suggest to use keystroke