Re: OT - 3270 Emulator

2003-11-16 Thread Jeremy Warren
] Sent by: Linux on 390 Port [EMAIL PROTECTED] 11/14/2003 09:30 AM Please respond to Linux on 390 Port To: [EMAIL PROTECTED] cc: Subject:[LINUX-390] OT - 3270 Emulator I know this is a little off topic, but you guys are the best set of Linux guru's I'm aware

OT - 3270 Emulator

2003-11-14 Thread Marist EDU
I know this is a little off topic, but you guys are the best set of Linux guru's I'm aware of. Anyone know of a good (free or pay) 3270 emulator that runs on Linux. I've tried x3270 and it just isn't what I need, I need more control over the keyboard (i.e. mapping the CTL key to Enter).

Re: OT - 3270 Emulator

2003-11-14 Thread Lionel Dyck
The best Tn3270 I've run into outside of commercial products is Tom Brennan's Vista 3270 which you can get at http://www.tombrennansoftware.com. It is a windows 3270 emulator but it does run under wine very nicely. Lionel B.

Re: OT - 3270 Emulator

2003-11-14 Thread McKown, John
, November 14, 2003 8:31 AM To: [EMAIL PROTECTED] Subject: OT - 3270 Emulator I know this is a little off topic, but you guys are the best set of Linux guru's I'm aware of. Anyone know of a good (free or pay) 3270 emulator that runs on Linux. I've tried x3270 and it just isn't what I need, I need

Re: OT - 3270 Emulator

2003-11-14 Thread Adam Thornton
On Fri, 2003-11-14 at 08:30, Marist EDU wrote: I know this is a little off topic, but you guys are the best set of Linux guru's I'm aware of. Anyone know of a good (free or pay) 3270 emulator that runs on Linux. I've tried x3270 and it just isn't what I need, I need more control over the

Re: OT - 3270 Emulator

2003-11-14 Thread Robert J Brenneman
I've included this block in my .x3270pro file to remap some keys in x3270: ! keymaps x3270.keymap: mine x3270.keymap.mine: #override \ KeyPrior: PF(7) \n\ KeyNext: PF(8)\n\ KeyEscape: Reset()\n\ KeyReturn: Newline()\n\ KeyControl_R: Enter()\n\ KeyPause: Clear()\n\ KeyEnd:

Re: OT - 3270 Emulator

2003-11-14 Thread Marian Gasparovic
Josh, I use x3270 and it is possible to remap keys as you want, even control key to enter etc. Put this into .x3270pro in your home directory x3270.keymap: mine x3270.keymap.mine: #override \ KeyReturn: Newline() \n\ KeyInsert: ToggleInsert() \n\ KeyPrior: PF(7) \n\ KeyEnd:

Re: OT - 3270 Emulator

2003-11-14 Thread Marist EDU
: OT - 3270 Emulator Josh, I use x3270 and it is possible to remap keys as you want, even control key to enter etc. Put this into .x3270pro in your home directory x3270.keymap: mine x3270.keymap.mine: #override \ KeyReturn: Newline() \n\ KeyInsert: ToggleInsert() \n\ KeyPrior: PF(7) \n