MAN page from RedHat Other kbd-0.91-10.i386.rpm
SETMETAMODE
Section: User Commands (1)
Updated: 30 Jan 1994
Index NAME
setmetamode - define the keyboard meta key handling
SYNOPSIS
setmetamode[
{meta|bit|metabit | esc|prefix|escprefix}]
DESCRIPTION
Without argument,setmetamodeprints the current Meta key mode.With argument, it sets the Meta key mode as indicated.The setting before and after the change are reported.
The Meta key mode is specific for each VT (and the VTcorresponding to stdin is used).One might usesetmetamodein /etc/rc to define the initial state of the Meta key mode,e.g. by
for t in 1 2 3 4 5 6 7 8; do
setmetamode escprefix < /dev/tty$t
done
OPTIONS
- esc prefix escprefix
- The Meta key sends an Escape prefix.
- meta bit metabit
- The Meta key sets the high order bit of the character.
SEE ALSO
loadkeys(1)
Index
- NAME
- SYNOPSIS
- DESCRIPTION
- OPTIONS
- SEE ALSO
This document was created byman2html,using the manual pages.