pynput.keyboard.key

# here are all the attrebutes of pynput.keyboard.Key 
[
    'alt', 'backspace', 'cmd', 'ctrl', 'delete', 'down', 'end', 'enter',
    'esc', 'f1', 'f10', 'f11', 'f12', 'f13', 'f14', 'f15', 'f16', 'f17', 'f18',
    'f19', 'f2', 'f20', 'f3', 'f4', 'f5', 'f6', 'f7', 'f8', 'f9', 'home',
    'insert','left', 'menu', 'pause', 'right', 'shift', 'space', 'tab', 'up'
    ]
Cloudy Cat