Skip to content

KeyEvent

Mindey edited this page Nov 11, 2019 · 1 revision

MyKeylogger 0.1

{0: {'*': 'Timestamp|to.unixtime'},
 1: {'*': 'KeyUpOrDown|lambda x: x=="k↓" and "KeyDown" or (x=="k↑" and "KeyUp")'},
 2: {'*': 'KeyName'}}
Clone this wiki locally