Re: backspace and delete keys behavior

2004-08-01 Thread Ion-Mihai Tetcu
On Sun, 1 Aug 2004 12:17:29 +0930 Malcolm Kay [EMAIL PROTECTED] wrote: Don't fool with xmodmap; it will work against you in applications -- just bind the key sequence in your shell (tcsh?) $ bindkey ^[[3~ delete-char yey, thanks -- IOnut Unregistered ;) FreeBSD user

Re: backspace and delete keys behavior

2004-07-31 Thread Mark Ovens
Ion-Mihai Tetcu wrote: On Fri, 30 Jul 2004 14:30:59 +0100 Mark Ovens [EMAIL PROTECTED] wrote: Peter Ryan wrote: I've got the same thing on the 2 machines i am experimenting with. I am new and thought it was a standard feature :) I also defined a standard US 101 keyboard. Makes me think

Re: backspace and delete keys behavior

2004-07-31 Thread Giorgos Keramidas
On 2004-07-31 18:43, Mark Ovens [EMAIL PROTECTED] wrote: Ion-Mihai Tetcu wrote: On Fri, 30 Jul 2004 14:30:59 +0100 Mark Ovens [EMAIL PROTECTED] wrote: To implement this in a running X session type this in an xterm xmodmap -e keysym Delete = 0x04 Actually, this is probably a better solution

Re: backspace and delete keys behavior

2004-07-31 Thread Malcolm Kay
On Sunday 01 August 2004 03:51, Giorgos Keramidas wrote: On 2004-07-31 18:43, Mark Ovens [EMAIL PROTECTED] wrote: Ion-Mihai Tetcu wrote: On Fri, 30 Jul 2004 14:30:59 +0100 Mark Ovens [EMAIL PROTECTED] wrote: To implement this in a running X session type this in an xterm xmodmap -e keysym

Re: backspace and delete keys behavior

2004-07-30 Thread Kevin D. Kinsey, DaleCo, S.P.
Mariano Guadagnini wrote: Hi guys, I am new to Freebsd (after years of linux) and, althought system installation and configuration was quite seamlessly, I've an issue with the delete key of my keyboard (101 keys us layout): In xterm, the backspace key works ok, but when I press del, it prints

Re: backspace and delete keys behavior

2004-07-30 Thread Ion-Mihai Tetcu
On Fri, 30 Jul 2004 04:01:53 -0500 Kevin D. Kinsey, DaleCo, S.P. [EMAIL PROTECTED] wrote: Mariano Guadagnini wrote: Hi guys, I am new to Freebsd (after years of linux) and, althought system installation and configuration was quite seamlessly, I've an issue with the delete key of my

Re: backspace and delete keys behavior

2004-07-30 Thread Mark Ovens
Mariano Guadagnini wrote: Hi guys, I am new to Freebsd (after years of linux) and, althought system installation and configuration was quite seamlessly, I've an issue with the delete key of my keyboard (101 keys us layout): In xterm, the backspace key works ok, but when I press del, it prints

RE: backspace and delete keys behavior

2004-07-30 Thread Peter Ryan
: backspace and delete keys behavior Mariano Guadagnini wrote: Hi guys, I am new to Freebsd (after years of linux) and, althought system installation and configuration was quite seamlessly, I've an issue with the delete key of my keyboard (101 keys us layout): In xterm, the backspace key works

Re: backspace and delete keys behavior

2004-07-30 Thread Mark Ovens
Peter Ryan wrote: I've got the same thing on the 2 machines i am experimenting with. I am new and thought it was a standard feature :) I also defined a standard US 101 keyboard. Makes me think there is a setting or choice at installation that deals with this, rather than having to patch

RE: backspace and delete keys behavior

2004-07-30 Thread Robert Huff
I don't know what shell you're using, but for whatever help it may be: I have stty erase '^?' in my ,cshrc. My .xinitrc also has this (commented out): xmodmap -e keysym BackSpace = Delete Robert Huff

Re: backspace and delete keys behavior

2004-07-30 Thread Warren Block
On Fri, 30 Jul 2004, Mariano Guadagnini wrote: Hi guys, I am new to Freebsd (after years of linux) and, althought system installation and configuration was quite seamlessly, I've an issue with the delete key of my keyboard (101 keys us layout): In xterm, the backspace key works ok, but when I

Re: backspace and delete keys behavior

2004-07-30 Thread Ion-Mihai Tetcu
On Fri, 30 Jul 2004 14:30:59 +0100 Mark Ovens [EMAIL PROTECTED] wrote: Peter Ryan wrote: I've got the same thing on the 2 machines i am experimenting with. I am new and thought it was a standard feature :) I also defined a standard US 101 keyboard. Makes me think there is a