Source code for aircontrol.hotkeys.gmail_hotkeys
import pyautogui
[docs]
def open_starred():
"""
Open starred emails tab
"""
with pyautogui.hold("g"):
pyautogui.press("s")
import pyautogui
[docs]
def open_starred():
"""
Open starred emails tab
"""
with pyautogui.hold("g"):
pyautogui.press("s")