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

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 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. You

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 KeyPress F1:string(0x1B)

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

Re: keymapping continued ...

1999-07-12 Thread Warner Losh
In message pine.bsf.4.05.9907121449570.66634-100...@thelab.hub.org 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

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. You

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: KeyPress F1: ... Shift KeyPress F1: ... And it Shift-F1 and F1 both gave the same

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 KeyPress F1:string(0x1B)