def getResultFromClipboard(self):
		type('c', KEY_CTRL)
		return str(Env.getClipboard())