def handle_paste_intent(self, message): self.speak("Pasting from clipboard") pyautogui.hotkey("ctrl", "v")