Skip to content

Commit

Permalink
kde wants pageup for window maximize
Browse files Browse the repository at this point in the history
  • Loading branch information
ReimarBauer committed Nov 15, 2023
1 parent 6b1dcd9 commit c8d09a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/tutorial_kml.py
Original file line number Diff line number Diff line change
Expand Up @@ -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!")

Expand Down

0 comments on commit c8d09a8

Please sign in to comment.