Date: Sun, 4 Sep 2022 23:59:35 GMT From: Ed Maste <emaste@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: a3546b8fa95a - stable/12 - vt.4: Provide a hint about Fn + K Scroll Lock combination Message-ID: <202209042359.284NxZmh083068@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=a3546b8fa95ab4b7485e18a38ea307773d32267b commit a3546b8fa95ab4b7485e18a38ea307773d32267b Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2022-03-03 14:59:14 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2022-09-04 23:58:18 +0000 vt.4: Provide a hint about Fn + K Scroll Lock combination Many laptops do not have Scroll Lock and use a function key sequence to access it. MFC after: 1 week Sponsored by: The FreeBSD Foundation (cherry picked from commit f39f827222f7d3a21ada5f8af11db4a8753b776a) --- share/man/man4/vt.4 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/share/man/man4/vt.4 b/share/man/man4/vt.4 index 9c8019925544..4fb7f01ab9bf 100644 --- a/share/man/man4/vt.4 +++ b/share/man/man4/vt.4 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd March 17, 2022 +.Dd July 21, 2022 .Dt "VT" 4 .Os .Sh NAME @@ -117,6 +117,8 @@ The Home and End keys jump to the beginning or end of the scrollback buffer. When finished reviewing, press the Scroll Lock key again to return to normal use. +Some laptop keyboards lack a Scroll Lock key, and use a special function key +sequence (such as Fn + K) to access Scroll Lock. .Sh DRIVER CONFIGURATION .Ss Kernel Configuration Options These kernel options control the
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209042359.284NxZmh083068>