pynput keyboard key

Solutions on MaxInterview for pynput keyboard key by the best coders in the world

showing results for - "pynput keyboard key"
Klara
01 Nov 2018
1# here are all the attrebutes of pynput.keyboard.Key 
2[
3    'alt', 'backspace', 'cmd', 'ctrl', 'delete', 'down', 'end', 'enter',
4    'esc', 'f1', 'f10', 'f11', 'f12', 'f13', 'f14', 'f15', 'f16', 'f17', 'f18',
5    'f19', 'f2', 'f20', 'f3', 'f4', 'f5', 'f6', 'f7', 'f8', 'f9', 'home',
6    'insert','left', 'menu', 'pause', 'right', 'shift', 'space', 'tab', 'up'
7    ]
8