logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

setmetamode - define the keyboard meta key handling

Arguments

esc, prefix, escprefix
              The Meta key sends an Escape prefix.

       meta, bit, metabit
              The Meta key sets the high order bit of the character.

Authors

       Andries Brouwer <aeb@cwi.nl>

Description

       Without argument, setmetamode prints 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 VT corresponding to stdin is used).  One might use
       setmetamode in /etc/rc to define the initial state of the Meta key mode, e.g. by

            INITTY=/dev/tty[1-8]
            for tty in $INITTY; do
                 setmetamode escprefix < $tty
            done

Name

       setmetamode - define the keyboard meta key handling

Options

-C, --console=DEV
              the console device to be used.

       -V, --version
              print version number.

       -h, --help
              print this usage message.

See Also

loadkeys(1), kbdinfo(1)

kbd                                                30 Jan 1994                                    SETMETAMODE(1)

Synopsis

setmetamode [ options ] [ argument ]

See Also