From owner-freebsd-questions Wed Jan 12 7: 5:32 2000 Delivered-To: freebsd-questions@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 3EB0014F80 for ; Wed, 12 Jan 2000 07:05:29 -0800 (PST) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.11 #1) id 128PKZ-000LHL-00; Wed, 12 Jan 2000 17:05:03 +0200 From: Sheldon Hearn To: "Mircea(test)" Cc: questions@FreeBSD.ORG Subject: Re: disable Scroll Lock? In-reply-to: Your message of "Mon, 10 Jan 2000 09:44:51 EST." Date: Wed, 12 Jan 2000 17:05:03 +0200 Message-ID: <81798.947689503@axl.noc.iafrica.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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