
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi all I want to make a custom indicator which detects the pressing down of multiple keys. I have looked around and think you need to download user32.dll. But I haven't found anything which was particularly helpful in how to use it :S.
I would need some code like:
if(CTRL + TAB) {
Alert("CTRL + TAB have been pressed");
}
Many thanks