• Right and left arrows

    From Frozen Fire@VERT/IMATRIX to All on Fri Jun 28 19:45:00 2002
    Anyone know the command keys for the right and left arrows?ããAppreciated :) ããFFãThe Impact Matrix impactmatrix.dhs.orgãã---ã þ Synchronet þ The Impact Matrix - impactmatrix.dhs.org CALL TODAY!ã
  • From Knightmare@VERT/RIVERNET to Frozen Fire on Fri Jun 28 20:37:00 2002
    RE: Right and left arrowsãBY: Frozen Fire to All on Fri Jun 28 2002 07:45 pmããOTE: IceEdit 2.35 L20705ã > Anyone know the command keys for the right and left arrows?ã-+-ãCommand keys??ããã---ã þ Synchronet þ StarKnight BBS - Billings, MT USA - telnet://bbs.rivernet.ccã
  • From Digital Man@VERT to Frozen Fire on Sat Jun 29 01:10:07 2002
    Re: Right and left arrowsã By: Frozen Fire to All on Fri Jun 28 2002 06:45 pmãã > Anyone know the command keys for the right and left arrows?ããUp arrow: ^^ãDown arrow: ^JãRight arrow: ^FãLeft arrow: ^]ãHome: ^BãEnd: ^Eãã digital manã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
  • From Tracker1@VERT/RDBBS to Frozen Fire on Sat Jun 29 01:00:00 2002
    "Frozen Fire" <Frozen Fire@VERT> wrote in message...ã>ã> Anyone know the command keys for the right and left arrows?ã>ã> Appreciated :)ãããThought I sent you my menu.js file, it is in there.. :)ããvar KEY_UP = String.fromCharCode(0x1e);ãvar KEY_DOWN = String.fromCharCode(0x0a);ãvar KEY_RIGHT = String.fromCharCode(0x06);ãvar KEY_LEFT = String.fromCharCode(0x1d);ãvar KEY_HOME = String.fromCharCode(0x02);ãvar KEY_END = String.fromCharCode(0x05);ãvar KEY_BACK = String.fromCharCode(0x08);ãvar KEY_DEL = String.fromCharCode(0x7F);ããNote back/del are not reliably separate, an emulator will send either,ãone or the other... (ie, some emulators send del, when bs is pressed)ããbest to have them both react the same if you use them, or at least haveãalternate keys. :) ...also, ctrl-z in 2k/xp's terminal will switch fromãansi, to raw input, then pass the ctrl-z.. basically this togglesãbetween escape sequences, and the actual keycodes.ãã--ã=======================================================================ãMichael J. Ryan - tracker1[*at*]theroughnecks.comãRoughneck BBS: http://www.theroughnecks.net telnet://theroughnecks.netã=======================================================================ãY!: aztracker1 - aim: azTracker1 - icq: 4935386 - msn: see emailãOne program for aim/icq/yahoo/msn/irc - http://www.trillian.cc/ãã---ã þ Synchronet þ *QWK Origin: Roughneck BBS - theroughnecks.netã
  • From Tracker1@VERT/RDBBS to Tracker1 on Sat Jun 29 01:07:00 2002
    Sorry, baja sub.. my bad.. :>ãã^M and ^@ããnot sure which is right and left (see noyesbar.src)ãããnote:ã ESC = String.fromCharCode(0x1b);ãã--ã=======================================================================ãMichael J. Ryan - tracker1[*at*]theroughnecks.comãRoughneck BBS: http://www.theroughnecks.net telnet://theroughnecks.netã=======================================================================ãY!: aztracker1 - aim: azTracker1 - icq: 4935386 - msn: see emailãOne program for aim/icq/yahoo/msn/irc - http://www.trillian.cc/ããã"Tracker1" <Tracker1@theroughnecks.net> wrote in messageãnews:3D1CF880.188.BAJAPROG@theroughnecks.net...ã> "Frozen Fire" <Frozen Fire@VERT> wrote in message...ã> >ã> > Anyone know the command keys for the right and left arrows?ã> >ã> > Appreciated :)ã>ã>ã> Thought I sent you my menu.js file, it is in there.. :)ã>ã> var KEY_UP = String.fromCharCode(0x1e);ã> var KEY_DOWN = String.fromCharCode(0x0a);ã> var KEY_RIGHT = String.fromCharCode(0x06);ã> var KEY_LEFT = String.fromCharCode(0x1d);ã> var KEY_HOME = String.fromCharCode(0x02);ã> var KEY_END = String.fromCharCode(0x05);ã> var KEY_BACK = String.fromCharCode(0x08);ã> var KEY_DEL = String.fromCharCode(0x7F);ã>ã> Note back/del are not reliably separate, an emulator will send either,ã> one or the other... (ie, some emulators send del, when bs is pressed)ã>ã> best to have them both react the same if you use them, or at least haveã> alternate keys. :) ...also, ctrl-z in 2k/xp's terminal will switch fromã> ansi, to raw input, then pass the ctrl-z.. basically this togglesã> between escape sequences, and the actual keycodes.ã>ã> --ã> =======================================================================ã> Michael J. Ryan - tracker1[*at*]theroughnecks.comã> Roughneck BBS: http://www.theroughnecks.net telnet://theroughnecks.netã> =======================================================================ã> Y!: aztracker1 - aim: azTracker1 - icq: 4935386 - msn: see emailã> One program for aim/icq/yahoo/msn/irc - http://www.trillian.cc/ã>ãã---ã þ Synchronet þ *QWK Origin: Roughneck BBS - theroughnecks.netã
  • From Frozen Fire@VERT/IMATRIX to Digital Man on Sat Jun 29 12:47:00 2002
    Re: Right and left arrowsã By: Digital Man to Frozen Fire on Sat Jun 29 2002 01:10:00ãã > Re: Right and left arrowsã > By: Frozen Fire to All on Fri Jun 28 2002 06:45 pmã > ã > > Anyone know the command keys for the right and left arrows?ã > ã > Up arrow: ^^ã > Down arrow: ^Jã > Right arrow: ^Fã > Left arrow: ^]ã > Home: ^Bã > End: ^Eã > ã > digital manããThanks DM :)ããFFãThe Impact Matrix impactmatrix.dhs.orgãã---ã þ Synchronet þ The Impact Matrix - impactmatrix.dhs.org CALL TODAY!ã
  • From Frozen Fire@VERT/IMATRIX to Tracker1 on Sat Jun 29 12:51:00 2002
    Re: Right and left arrowsã By: Tracker1 to Frozen Fire on Sat Jun 29 2002 01:00:00ãã > "Frozen Fire" <Frozen Fire@VERT> wrote in message...ã > >ã > > Anyone know the command keys for the right and left arrows?ã > >ã > > Appreciated :)ã > ã > ã > Thought I sent you my menu.js file, it is in there.. :)ã > ã > var KEY_UP = String.fromCharCode(0x1e);ã > var KEY_DOWN = String.fromCharCode(0x0a);ã > var KEY_RIGHT = String.fromCharCode(0x06);ã > var KEY_LEFT = String.fromCharCode(0x1d);ã > var KEY_HOME = String.fromCharCode(0x02);ã > var KEY_END = String.fromCharCode(0x05);ã > var KEY_BACK = String.fromCharCode(0x08);ã > var KEY_DEL = String.fromCharCode(0x7F);ã > ã > Note back/del are not reliably separate, an emulator will send either,ã > one or the other... (ie, some emulators send del, when bs is pressed)ã > ã > best to have them both react the same if you use them, or at least haveã > alternate keys. :) ...also, ctrl-z in 2k/xp's terminal will switch fromã > ansi, to raw input, then pass the ctrl-z.. basically this togglesã > between escape sequences, and the actual keycodes.ã > ã > --ã > =======================================================================ã > Michael J. Ryan - tracker1[*at*]theroughnecks.comã > Roughneck BBS: http://www.theroughnecks.net telnet://theroughnecks.netã > =======================================================================ã > Y!: aztracker1 - aim: azTracker1 - icq: 4935386 - msn: see emailã > One program for aim/icq/yahoo/msn/irc - http://www.trillian.cc/ã > ããFor the new lightbar shells, I have found things much faster and easier withãBaja (as far as display, and user input). Tied in with my JS routinesã(userlist, node list, etc), things seem to be working well. ããI've been poking though your menu kit ;) Still not finished with my co sysopãctrl S menu. ããFFãThe Impact Matrix impactmatrix.dhs.orgãã---ã þ Synchronet þ The Impact Matrix - impactmatrix.dhs.org CALL TODAY!ã
  • From Digital Man@VERT to Frozen Fire on Mon Jul 1 19:41:13 2002
    Re: Right and left arrowsã By: Frozen Fire to Tracker1 on Sat Jun 29 2002 11:51 amãã > I've been poking though your menu kit ;) Still not finished with my co sysopã > ctrl S menu.ããCtrl-S can't be used as a command key, it's a standard terminal control codeã(XOFF) used to pause output. Ctrl-Q (XON) is used to un-pause output.ãã digital manã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
  • From Frozen Fire@VERT/IMATRIX to Digital Man on Wed Jul 3 05:12:00 2002
    Re: Right and left arrowsã By: Digital Man to Frozen Fire on Mon Jul 01 2002 19:41:00ãã > Re: Right and left arrowsã > By: Frozen Fire to Tracker1 on Sat Jun 29 2002 11:51 amã > ã > > I've been poking though your menu kit ;) Still not finished with my co syã > > ctrl S menu.ã > ã > Ctrl-S can't be used as a command key, it's a standard terminal control codeã > (XOFF) used to pause output. Ctrl-Q (XON) is used to un-pause output.ã > ã > digital manããYou just saved me a few hours of WTF?! :) Thankya. ããFFãThe Impact Matrix impactmatrix.dhs.orgãã---ã þ Synchronet þ The Impact Matrix - impactmatrix.dhs.org CALL TODAY!ã
  • From Digital Man@VERT to Frozen Fire on Wed Jul 3 14:26:38 2002
    Re: Right and left arrowsã By: Frozen Fire to Digital Man on Wed Jul 03 2002 04:12 amãã > > Ctrl-S can't be used as a command key, it's a standard terminal control cã > > (XOFF) used to pause output. Ctrl-Q (XON) is used to un-pause output.ã > ã > You just saved me a few hours of WTF?! :) Thankya.ããNo problemo.ãã digital manã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã