From nobody Thu Jul 21 15:11:11 2022 X-Original-To: dev-commits-src-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Lpbcq0clkz4WrPJ for ; Thu, 21 Jul 2022 15:11:23 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Received: from www121.sakura.ne.jp (www121.sakura.ne.jp [153.125.133.21]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4Lpbcn4qy9z4B7x; Thu, 21 Jul 2022 15:11:21 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Received: from kalamity.joker.local (123-1-85-147.area1b.commufa.jp [123.1.85.147]) (authenticated bits=0) by www121.sakura.ne.jp (8.16.1/8.16.1/[SAKURA-WEB]/20201212) with ESMTPA id 26LFBBgW091425; Fri, 22 Jul 2022 00:11:11 +0900 (JST) (envelope-from junchoon@dec.sakura.ne.jp) Date: Fri, 22 Jul 2022 00:11:11 +0900 From: Tomoaki AOKI To: Ed Maste Cc: dev-commits-src-main@freebsd.org Subject: Re: git: f39f827222f7 - main - vt.4: Provide a hint about Fn + K Scroll Lock combination Message-Id: <20220722001111.a870b0b536a834f32fa492c7@dec.sakura.ne.jp> Organization: Junchoon corps X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; amd64-portbld-freebsd13.0) List-Id: Commit messages for the main branch of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-main@freebsd.org X-BeenThere: dev-commits-src-main@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4Lpbcn4qy9z4B7x X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of junchoon@dec.sakura.ne.jp has no SPF policy when checking 153.125.133.21) smtp.mailfrom=junchoon@dec.sakura.ne.jp X-Spamd-Result: default: False [-0.60 / 15.00]; FAKE_REPLY(1.00)[]; AUTH_NA(1.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-1.000]; MV_CASE(0.50)[]; MIME_GOOD(-0.10)[text/plain]; RCPT_COUNT_TWO(0.00)[2]; ASN(0.00)[asn:7684, ipnet:153.125.128.0/18, country:JP]; R_DKIM_NA(0.00)[]; MLMMJ_DEST(0.00)[dev-commits-src-main@freebsd.org]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; R_SPF_NA(0.00)[no SPF record]; HAS_ORG_HEADER(0.00)[]; DMARC_NA(0.00)[sakura.ne.jp]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; TO_DN_SOME(0.00)[]; RCVD_TLS_LAST(0.00)[]; MID_RHS_MATCH_FROM(0.00)[] X-ThisMailContainsUnwantedMimeParts: N FYI: Recent Lenovo ThinkPad uses Fn + B for Scroll Lock. > The branch main has been updated by emaste: > > URL: https://cgit.FreeBSD.org/src/commit/?id=f39f827222f7d3a21ada5f8af11db4a8753b776a > > commit f39f827222f7d3a21ada5f8af11db4a8753b776a > Author: Ed Maste > AuthorDate: 2022-03-03 14:59:14 +0000 > Commit: Ed Maste > CommitDate: 2022-07-21 13:57:26 +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 > --- > 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 dbe079fbe452..65d8bc05f7a4 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 -- Tomoaki AOKI