diff --git a/tutorials/tutorial_kml.py b/tutorials/tutorial_kml.py index 751107079..df0157467 100644 --- a/tutorials/tutorial_kml.py +++ b/tutorials/tutorial_kml.py @@ -49,7 +49,7 @@ def automate_kml(): # Maximizing the window try: - pag.hotkey('ctrl', 'command', 'f') if platform == 'darwin' else pag.hotkey(win, 'up') + pag.hotkey('ctrl', 'command', 'f') if platform == 'darwin' else pag.hotkey(win, 'pageup') except Exception: print("\nException : Enable Shortcuts for your system or try again!")