.TH SETMETAMODE 1 "09 Oct 1997" "控制檯工具" "Linux 使用者手冊" .SH NAME setmetamode \- define the keyboard meta key handling .SH 總覽 .BI "setmetamode [ " meta | bit | metabit " | " esc | prefix | escprefix " ]" .SH 描述 .PP 沒有引數時, .B setmetamode 將列印當前 Meta 鍵模式; 有引數時, 設定所指出的 Meta 鍵模式. .LP The Meta key mode is specific for each VT (and the VT corresponding to stdin is used). .SH 選項 .TP .I esc prefix escprefix The Meta key sends an Escape prefix. .TP .I meta bit metabit The Meta key sets the high order bit of the character. .SH 範例 可以用 .B setmetamode 在 .I /etc/rc 指令碼中定義 Meta 鍵模式的初始狀態. 例如, 可以如下設定: .RS INITTY=/dev/tty[1\-8] .br for tty in $INITTY; do .RS setmetamode escprefix < $tty .RE done .RE .SH "另見" .BR loadkeys (1). .SH "跋" .br 本頁面中文版由中文 man 手冊頁計劃提供。 .br 中文 man 手冊頁計劃:\fBhttps://github.com/man-pages-zh/manpages-zh\fR