1SETMETAMODE(1)              General Commands Manual             SETMETAMODE(1)
2
3
4

NAME

6       setmetamode - define the keyboard meta key handling
7

SYNOPSIS

9       setmetamode [ options ] [ argument ]
10

DESCRIPTION

12       Without  argument,  setmetamode prints the current Meta key mode.  With
13       argument, it sets the Meta key mode as indicated.  The  setting  before
14       and after the change are reported.
15
16       The  Meta key mode is specific for each VT (and the VT corresponding to
17       stdin is used).  One might use setmetamode in  /etc/rc  to  define  the
18       initial state of the Meta key mode, e.g. by
19
20            INITTY=/dev/tty[1-8]
21            for tty in $INITTY; do
22                 setmetamode escprefix < $tty
23            done
24

ARGUMENTS

26       esc, prefix, escprefix
27              The Meta key sends an Escape prefix.
28
29       meta, bit, metabit
30              The Meta key sets the high order bit of the character.
31

OPTIONS

33       -C, --console=DEV
34              the console device to be used;
35
36       -V, --version
37              print version number;
38
39       -h, --help
40              print this usage message.
41

SEE ALSO

43       loadkeys(1), kbdinfo(1)
44
45
46
47
48                                  30 Jan 1994                   SETMETAMODE(1)
Impressum