Entry
Operating system: Linux: Keyboard: Meaning: How to change the function of key on keyboard? [stty]
Nov 22nd, 2003 13:50
Knud van Eeden,
----------------------------------------------------------------------
--- Knud van Eeden --- 22 November 2003 - 10:44 pm -------------------
Operating system: Linux: Keyboard: Meaning: How to change the function
of key on keyboard? [stty]
---
Use the command:
stty
---
If you type
stty
on the command line, shows e.g.:
speed 38400 baud; line = 0;
-brkint -imaxbel
---
[book: source: Brown, P. J. - begin met Unix - ISBN: 90-6789-026-X -
p. 225]
---
---
To get more information and options, type:
stty --help
---
---
Tested in:
Linux Debian v3: OK
Linux Mandrake v9: OK
Linux Red Hat v9: OK
Linux Slackware v9: OK
Linux SuSE v9: OK
Linux Turbolinux v8: OK
----------------------------------------------------------------------