What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [request] Hotkey /all

[request] Hotkey /all
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: [request] Hotkey /all
code:
function OnEvent_ChatWndEditKeydown(oChatWnd, nKeyCode, bCtrlKeyDown, bShiftKeyDown) {
    if (nKeyCode == 0x74 && !bCtrlKeyDown && !bShiftKeyDown){
        if (oChatWnd.EditChangeAllowed === true){
            if (oChatWnd.EditText.indexOf('/all ') === -1){
                oChatWnd.EditText = '/all '+oChatWnd.EditText;
            }
        }
    }
}
01-09-2007 08:17 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[request] Hotkey /all - by Jimbo on 01-09-2007 at 08:05 AM
RE: [request] Hotkey /all - by Spunky on 01-09-2007 at 04:02 PM
RE: [request] Hotkey /all - by Matti on 01-09-2007 at 05:34 PM
RE: [request] Hotkey /all - by Jimbo on 01-09-2007 at 07:19 PM
RE: [request] Hotkey /all - by vaccination on 01-09-2007 at 07:28 PM
RE: [request] Hotkey /all - by matty on 01-09-2007 at 07:37 PM
RE: [request] Hotkey /all - by Jimbo on 01-09-2007 at 07:53 PM
RE: [request] Hotkey /all - by matty on 01-09-2007 at 08:17 PM
RE: [request] Hotkey /all - by Jimbo on 01-09-2007 at 08:21 PM
RE: [request] Hotkey /all - by matty on 01-09-2007 at 09:23 PM
RE: [request] Hotkey /all - by Jimbo on 01-10-2007 at 04:36 PM
RE: [request] Hotkey /all - by foaly on 01-10-2007 at 04:47 PM
RE: [request] Hotkey /all - by Jimbo on 01-10-2007 at 04:58 PM
RE: [request] Hotkey /all - by matty on 01-10-2007 at 05:09 PM
RE: [request] Hotkey /all - by Jimbo on 01-10-2007 at 05:17 PM
RE: [request] Hotkey /all - by foaly on 01-10-2007 at 05:23 PM
RE: [request] Hotkey /all - by Jimbo on 01-10-2007 at 05:24 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