| Linux Forum Index » Linux - Help » Keyboard question |
|
Page 1 of 1 |
|
| Author |
Message |
| James Colby |
Posted: Mon Dec 01, 2003 3:40 pm |
|
|
|
Guest
|
I am a linux newbie, and I have a question about configuring my
keyboard. I would like to set up KDE so that when I hit the backspace
key the key sequence that is sent to my shell is ^?
Does anyone have any idea how I can do that.
Thanks,
James |
|
|
| Back to top |
|
|
|
| Guest |
Posted: Mon Dec 08, 2003 10:15 am |
|
|
|
|
If what you are wanting to do is get the backspace key to work correctly,
the stty command will do that. I think the syntax is "stty erase ^?".
Take a look at the man/info page for stty. |
|
|
| Back to top |
|
|
|
|