Ranter
Join devRant
Do all the things like
				++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
				Sign Up
			Pipeless API
				From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
				Learn More
			Comments
		- 
				
				
-xlf1199yOn Win, AutoIt has a HotKeySet function.
Therefore, my idea would be, though maybe a bit laggy:
1) Setting a HotKey on every key you want to track,
2) The callback function then reads the @HotKeyPressed marco,
3) Stores the key
4) Unregisters the HotKey
5) Send()s it
6) Re-registers it. 

How to make a keylogger without using hooks or setwindowshookex....any ideas?
undefined