Shoutbox

OnEvent_KeyDown - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: WLM Plus! Help (/forumdisplay.php?fid=12)
+----- Thread: OnEvent_KeyDown (/showthread.php?tid=61776)

OnEvent_KeyDown by timmie_loots on 06-27-2006 at 06:22 PM

Hi,

I'm making myself some scripts, and I was wondering..
Is there a way to check if a key was pressed? It has to be a PlusWnd event, because it's in one.

Thank you,
Tim


RE: OnEvent_KeyDown by Ezra on 06-27-2006 at 06:44 PM

Did you even read the documentation?

The OnEvent_ChatWndEditKeyDown event is fired every time a key is pressed in the typing area of a chat window. It can be used to filter out some keys and use them as shortcuts for a feature of the script.


RE: RE: OnEvent_KeyDown by timmie_loots on 06-27-2006 at 06:52 PM

quote:
Originally posted by Ezra
Did you even read the documentation?

The OnEvent_ChatWndEditKeyDown event is fired every time a key is pressed in the typing area of a chat window. It can be used to filter out some keys and use them as shortcuts for a feature of the script.




Did you even read my post?

quote:
It has to be a PlusWnd event, because it's in one.

So I'm not talking about a chatwindow, I'm talking about a window launched by MsgPlus::createWnd();
RE: OnEvent_KeyDown by matty on 06-27-2006 at 08:47 PM

No there isn't an OnKeypress made available. There is a lot of stuff I am recommending to Patchou for the next release I will add this to the list.