Re: keymapping continued ...

1999-07-12 Thread The Hermit Hacker
Okay, slowly getting somewhere, I think... We setup the .Xdefaults file, as follows, on the remote server and are starting an xterm to the client machine, which is "acceptable", but I must be missing something: XTerm*vt100*translations: #override \n\ Shift F1:string(0x1B) string(0x5B) s

Re: keymapping continued ...

1999-07-12 Thread The Hermit Hacker
Perfect, slowly putting it together. One thing that I didn't find in the man page, and am wondering if its just somethign I did wrong, but does ordering matter? I put in, first time through: F1: ... Shift F1: ... And it Shift-F1 and F1 both gave the same answers... But, if I

Re: keymapping continued ...

1999-07-12 Thread The Hermit Hacker
Okay, slowly getting somewhere, I think... We setup the .Xdefaults file, as follows, on the remote server and are starting an xterm to the client machine, which is "acceptable", but I must be missing something: XTerm*vt100*translations: #override \n\ Shift F1:string(0x1B) string(0x5B)

Re: keymapping continued ...

1999-07-12 Thread The Hermit Hacker
On Mon, 12 Jul 1999, Sheldon Hearn wrote: > On Mon, 12 Jul 1999 15:04:43 -0300, The Hermit Hacker wrote: > > > Hopefully this makes a bit more sense? > > What doesn't make sense is the fact that a FreeBSD developer, who should > know better, is mailing this sort of thing to freebsd-hackers.

Re: keymapping continued ...

1999-07-12 Thread Warner Losh
In message The Hermit Hacker writes: : I need to build a keyboard map such that: : : F1 == ESC OP : F2 == ESC OQ : Shift-F1 == ESC [31~ : Shift-F2 == ESC [32~ Why not do this with Xterm translations? Generally speaking xmodmap and friends are poor choices to even think about

Re: keymapping continued ...

1999-07-12 Thread Sheldon Hearn
On Mon, 12 Jul 1999 15:04:43 -0300, The Hermit Hacker wrote: > Hopefully this makes a bit more sense? What doesn't make sense is the fact that a FreeBSD developer, who should know better, is mailing this sort of thing to freebsd-hackers. Sheldon. To Unsubscribe: send mail to majord...@

Re: keymapping continued ...

1999-07-12 Thread The Hermit Hacker
Perfect, slowly putting it together. One thing that I didn't find in the man page, and am wondering if its just somethign I did wrong, but does ordering matter? I put in, first time through: F1: ... Shift F1: ... And it Shift-F1 and F1 both gave the same answers... But, if

Re: keymapping continued ...

1999-07-12 Thread The Hermit Hacker
On Mon, 12 Jul 1999, Sheldon Hearn wrote: > On Mon, 12 Jul 1999 15:04:43 -0300, The Hermit Hacker wrote: > > > Hopefully this makes a bit more sense? > > What doesn't make sense is the fact that a FreeBSD developer, who should > know better, is mailing this sort of thing to freebsd-hackers.

Re: keymapping continued ...

1999-07-12 Thread Warner Losh
In message <[EMAIL PROTECTED]> The Hermit Hacker writes: : I need to build a keyboard map such that: : : F1 == ESC OP : F2 == ESC OQ : Shift-F1 == ESC [31~ : Shift-F2 == ESC [32~ Why not do this with Xterm translations? Generally speaking xmodmap and friends are poor choices

Re: keymapping continued ...

1999-07-12 Thread Sheldon Hearn
On Mon, 12 Jul 1999 15:04:43 -0300, The Hermit Hacker wrote: > Hopefully this makes a bit more sense? What doesn't make sense is the fact that a FreeBSD developer, who should know better, is mailing this sort of thing to freebsd-hackers. Sheldon. To Unsubscribe: send mail to [EMAIL PR