# https://www.globalsino.com/ICs/page4853.html
# Type capital letters


import pyautogui as pg
import time

time.sleep(1)

# is a keyboard shortcut most often used to refresh
# the page in an Internet browser
print(pg.hotkey('ctrl', 'r'))


