I don't know and I didn't mean to be rediculous. It was a serious question. AutoIt is capable to send keys and mouse clicks, so I thought you'd already implemented a feature that could also read inputs. All I wanted to know if there is an inbuild feature for this already (which would would use WinAPI).
I wonder if it's possible with pure AutoIt, without Dlls and Winapi. All I want to achieve is: If {Shift+ Left Mouse Button is pressed}, send F5. Sounds simple but maybe AutoIt isn't the right language for this?