From 1e37655ec3897ad4e71980009eb606d8ac679fb4 Mon Sep 17 00:00:00 2001 From: Yuri Pankov Date: Mon, 8 May 2023 15:51:43 +0200 Subject: [PATCH] vt(4): document enable_altgr Reviewed by: bcr Differential Revision: https://reviews.freebsd.org/D39997 --- share/man/man4/vt.4 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/share/man/man4/vt.4 b/share/man/man4/vt.4 index 65d8bc05f7a..b314b4dec91 100644 --- a/share/man/man4/vt.4 +++ b/share/man/man4/vt.4 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd July 21, 2022 +.Dd May 8, 2023 .Dt "VT" 4 .Os .Sh NAME @@ -58,6 +58,7 @@ In .Cd kern.vt.kbd_reboot=1 .Cd kern.vt.kbd_debug=1 .Cd kern.vt.kbd_panic=0 +.Cd kern.vt.enable_altgr=0 .Cd kern.vt.enable_bell=1 .Sh DESCRIPTION The @@ -274,6 +275,8 @@ and can also be changed at runtime with the .Xr sysctl 8 command. .Bl -tag -width indent +.It Va kern.vt.enable_altgr +Enable AltGr key (do not assume right Alt key as Alt). .It Va kern.vt.kbd_halt Enable halt keyboard combination. .It Va kern.vt.kbd_poweroff