| |
|
| joshschooley444 - Thu Feb 18, 2010 3:50 pm |
|
|
How do I get a mIRC popup to emulate a key being pressed. Say I want the script to perform the same function as ctrl+j. How would I do such a thing?
Menu channel {
Stuff
.Slap:<this is what I want to perform the ctrl+j function>
}
Obviously the purpose for the script has been changed but its fundamentaly the same...Just need to get it to perform a ctrl+J Key combo. |
|
|
|
| RusselB - Thu Feb 18, 2010 7:27 pm |
|
|
The only way that I can think of, is to use a 3rd party DLL called SendKeys.dll
As I don't use it, I can only refer to what others have said about it, |
|
|
|
| joshschooley444 - Fri Feb 19, 2010 1:38 pm |
|
|
| Thank you RusselB, your idea worked like a charm thanks. |
|
|
|