1SETMETAMODE(1) General Commands Manual SETMETAMODE(1)
2
3
4
6 setmetamode - define the keyboard meta key handling
7
9 setmetamode [ {meta|bit|metabit | esc|prefix|escprefix} ]
10
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 INITTY=/dev/tty[1-8]
20 for tty in $INITTY; do
21 setmetamode escprefix < $tty
22 done
23
25 esc prefix escprefix
26 The Meta key sends an Escape prefix.
27
28 meta bit metabit
29 The Meta key sets the high order bit of the character.
30
32 loadkeys(1)
33
34
35
36
37 30 Jan 1994 SETMETAMODE(1)