asweigart / pyautogui

A cross-platform GUI automation Python module for human beings. Used to programmatically control the mouse & keyboard.
BSD 3-Clause "New" or "Revised" License
10.22k stars 1.24k forks source link

'fn' key is held down when running write. MacOS Monterey #720

Closed MossaicTyler closed 2 years ago

MossaicTyler commented 2 years ago

The situation is the fn key is held down so when i run a write command if the contents include an "e", "d" etc it opens character viewer and dictation. And there is no mention of the fn key in my code. Is there any way this can be fixed?