setmetamode   Début   Suivant   Sommaire   Préc.page.lue   Accueil
Section: User Commands (1)
Updated: 30 Jan 1994
Sommaire  



NAME   Début   Précédent   Suivant   Sommaire   Préc.page.lue   Accueil
setmetamode - define the keyboard meta key handling  



SYNOPSIS   Début   Précédent   Suivant   Sommaire   Préc.page.lue   Accueil
setmetamode [ {meta|bit|metabit | esc|prefix|escprefix} ]  



DESCRIPTION   Début   Précédent   Suivant   Sommaire   Préc.page.lue   Accueil

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  




OPTIONS   Début   Précédent   Suivant   Sommaire   Préc.page.lue   Accueil
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   Début   Précédent   Suivant   Sommaire   Préc.page.lue   Accueil
loadkeys(1)


 



Sommaire   Début   Suivant   Sommaire   Préc.page.lue   Accueil
NAME
SYNOPSIS
DESCRIPTION
OPTIONS
SEE ALSO

Ce document a été créé par man2html suivi de man2html.pl, le 17/10/2008 17:53:02, en utilisant les pages de 'man'.
 

Valid HTML 4.01 Transitional