git: 1e37655ec389 - main - vt(4): document enable_altgr
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 08 May 2023 13:55:05 UTC
The branch main has been updated by yuripv:
URL: https://cgit.FreeBSD.org/src/commit/?id=1e37655ec3897ad4e71980009eb606d8ac679fb4
commit 1e37655ec3897ad4e71980009eb606d8ac679fb4
Author: Yuri Pankov <yuripv@FreeBSD.org>
AuthorDate: 2023-05-08 13:51:43 +0000
Commit: Yuri Pankov <yuripv@FreeBSD.org>
CommitDate: 2023-05-08 13:51:43 +0000
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 65d8bc05f7a4..b314b4dec914 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