What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » # key and = key

# key and = key
Author: Message:
Felu
Veteran Member
*****


Posts: 2223
Reputation: 72
30 / Male / Flag
Joined: Apr 2006
Status: Away
RE: # key and = key
quote:
Originally posted by 134jimbodude
kool thanks

wot do the case 187 and the case 222 do?

r they the "#" and the "="?

i want to know this so i can add more to the script

thanks
http://javascript.js-x.com/key_codes/ Almost All the KeyCodes Appear to be here :p.

   
quote:
Originally posted by Eljay
code:
function OnEvent_ChatWndEditKeyDown(ChatWnd, KeyCode){
    switch(KeyCode){
    case 187:
    ChatWnd.SendMessage("hi");
    return true;
    case 222:
    ChatWnd.SendMessage("lol");
    return true;
    }
    }

Thanks. It maybe helpful to me some day :tongue:.

This post was edited on 08-23-2006 at 03:46 PM by Felu.
08-23-2006 03:42 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
# key and = key - by Jimbo on 08-23-2006 at 12:43 PM
RE: # key and = key - by CookieRevised on 08-23-2006 at 12:50 PM
RE: # key and = key - by Jimbo on 08-23-2006 at 12:52 PM
RE: # key and = key - by CookieRevised on 08-23-2006 at 12:58 PM
RE: # key and = key - by Jimbo on 08-23-2006 at 12:59 PM
RE: # key and = key - by Huhu_Manix on 08-23-2006 at 02:59 PM
RE: # key and = key - by Jimbo on 08-23-2006 at 03:01 PM
RE: # key and = key - by Eljay on 08-23-2006 at 03:10 PM
RE: # key and = key - by Jimbo on 08-23-2006 at 03:14 PM
RE: # key and = key - by Huhu_Manix on 08-23-2006 at 03:37 PM
RE: # key and = key - by Felu on 08-23-2006 at 03:42 PM
RE: # key and = key - by saralk on 08-23-2006 at 03:44 PM
RE: # key and = key - by Jimbo on 08-23-2006 at 03:56 PM
RE: # key and = key - by CookieRevised on 08-23-2006 at 08:42 PM
RE: # key and = key - by MicroWay on 09-04-2006 at 02:19 PM
RE: # key and = key - by markee on 09-04-2006 at 02:22 PM
RE: # key and = key - by Felu on 09-04-2006 at 02:23 PM
RE: # key and = key - by Huhu_Manix on 09-04-2006 at 07:03 PM
RE: # key and = key - by CookieRevised on 09-04-2006 at 07:18 PM
RE: # key and = key - by MicroWay on 09-06-2006 at 07:10 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On