mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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 f39f827222)
This commit is contained in:
parent
7440897049
commit
adbcdbee60
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue