Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Jan 2000 17:05:03 +0200
From:      Sheldon Hearn <sheldonh@uunet.co.za>
To:        "Mircea(test)" <mg@west.netcompass.net>
Cc:        questions@FreeBSD.ORG
Subject:   Re: disable Scroll Lock? 
Message-ID:  <81798.947689503@axl.noc.iafrica.com>
In-Reply-To: Your message of "Mon, 10 Jan 2000 09:44:51 EST." <Pine.BSF.4.10.10001100942210.29641-100000@west.netcompass.net> 

next in thread | previous in thread | raw e-mail | index | archive | help


On Mon, 10 Jan 2000 09:44:51 EST, "Mircea(test)" wrote:

> How can I disable, or modify, the functionallity of Scroll Lock in
> FreeBSD? I have an electronic k/v/m switch which is activated using this
> key.

Edit the default keymap (/usr/share/syscons/keymaps/us.iso.kbd) or
whichever keymap you use and replace all instances of "slock" with
"nop".

To reload the keymap, do this:

	kbdcontrol -l us.iso.kbd

You'll probably also want to add this line to /etc/rc.conf:

	keymap="us.iso.kbd"

Ciao,
Sheldon.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?81798.947689503>