# key and = key - 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: Scripting (/forumdisplay.php?fid=39) +----- Thread: # key and = key (/showthread.php?tid=65281) # key and = key by Jimbo on 08-23-2006 at 12:43 PM
is it possible to create a script so that whenever i push the "#" key, it sends a message like eg. "lol" to whatever convo is up. RE: # key and = key by CookieRevised on 08-23-2006 at 12:50 PM
Yes, it's possible... RE: # key and = key by Jimbo on 08-23-2006 at 12:52 PM i want it to be sent sraight away if possible please RE: # key and = key by CookieRevised on 08-23-2006 at 12:58 PM
In that case, do you want these "lol" and "hi" messages to be send to only the currently active convo, or to all open convos? RE: # key and = key by Jimbo on 08-23-2006 at 12:59 PM
only the current active convo please RE: # key and = key by Huhu_Manix on 08-23-2006 at 02:59 PM
Like this : code: ? RE: # key and = key by Jimbo on 08-23-2006 at 03:01 PM
erm.. RE: # key and = key by Eljay on 08-23-2006 at 03:10 PM
code: RE: # key and = key by Jimbo on 08-23-2006 at 03:14 PM
kool thanks RE: # key and = key by Huhu_Manix on 08-23-2006 at 03:37 PM
But for the # you need the ALT GR... RE: # key and = key by Felu on 08-23-2006 at 03:42 PM
quote:http://javascript.js-x.com/key_codes/ Almost All the KeyCodes Appear to be here . quote:Thanks. It maybe helpful to me some day . RE: # key and = key by saralk on 08-23-2006 at 03:44 PM
yes it is ############ see ma, no alt!!11 RE: # key and = key by Jimbo on 08-23-2006 at 03:56 PM thanks everyone RE: # key and = key by CookieRevised on 08-23-2006 at 08:42 PM
quote:I especially took the time and asked the questions I asked so people would exactly know what he wanted... please read posts... quote:Keycodes, like ascii codes, are always the same. Scancodes depend on keyboard layout. Ascii codes define the character value (eg: on each and every keyboard you use "A" will always have ascii code 65). Keycodes define the key value (eg: ctrl is a key, but isn't a character, on each and every keyboard you use the ctrl key will always produce the same keycode). Scancodes define the position of the key on the keyboard (eg: on every keyboard the second key from the second row will always have the same scancode, but the ascii and keycode for that key can be different depending on keyboard layout) RE: # key and = key by MicroWay on 09-04-2006 at 02:19 PM
Sorry with my ignorance, but why don't you use the Plus!'s Quick Texts function... RE: # key and = key by markee on 09-04-2006 at 02:22 PM because this would mean typing it in and sending the message rather than having what is known as a hot-key which is done on the key being pressed RE: # key and = key by Felu on 09-04-2006 at 02:23 PM
quote:But that is not what is requested... He just want key "#" key is pressed some message it sent. Kinda quick keys instead of quick texts . RE: # key and = key by Huhu_Manix on 09-04-2006 at 07:03 PM
CookieRevised > For my code, he said "or when i push the "=" key, it sends "hi"", i gave only the code for the sent message. RE: # key and = key by CookieRevised on 09-04-2006 at 07:18 PM
quote:Yep, hence why that was not what has been requested... He requested the behaviour of an hotkey, not replacing letters in a message which is send by pressing the send button or pressing enter. quote:you're welcome RE: # key and = key by MicroWay on 09-06-2006 at 07:10 PM
Sorry, markee and -!Felu!- |