Anyone know the command keys for the right and left arrows?-+-
Anyone know the command keys for the right and left arrows?
Anyone know the command keys for the right and left arrows?
Appreciated :)
"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/
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
"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/
I've been poking though your menu kit ;) Still not finished with my co sysop ctrl S menu.
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
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.
Sysop: | digital man |
---|---|
Location: | Riverside County, California |
Users: | 1,043 |
Nodes: | 15 (0 / 15) |
Uptime: | 46:54:49 |
Calls: | 500,902 |
Calls today: | 5 |
Files: | 109,370 |
D/L today: |
6,140 files (739M bytes) |
Messages: | 304,279 |