diff options
author | dd <dd@FreeBSD.org> | 2001-04-28 20:56:53 +0000 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2001-04-28 20:56:53 +0000 |
commit | 3c3005df454f65d89d8de2f6835435167362a47c (patch) | |
tree | e89d86bd3eebc2cb34d0791a1847147eae85dd33 /etc/defaults | |
parent | 4955c200ba72f919b678a7967252d672e2e50c8a (diff) | |
download | FreeBSD-src-3c3005df454f65d89d8de2f6835435167362a47c.zip FreeBSD-src-3c3005df454f65d89d8de2f6835435167362a47c.tar.gz |
Add an allscreens_kbdflags option. Same thing as allscreens_flags,
but runs kbdcontrol instead of vidcontrol.
Reviewed by: ru
Diffstat (limited to 'etc/defaults')
-rw-r--r-- | etc/defaults/rc.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index 81f3848..6f38f71 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -297,6 +297,7 @@ mousechar_start="NO" # if 0xd0-0xd3 default range is occuped in your # language code table, specify alternative range # start like mousechar_start=3, see vidcontrol(1) allscreens_flags="" # Set this vidcontrol mode for all virtual screens +allscreens_kbdflags="" # Set this kbdcontrol mode for all virtual screens ############################################################## |