Date: Wed, 12 Mar 2003 13:46:29 -0800 From: Nathan Kinkade <nkinkade@dsl-only.net> To: Dan Langille <dan@langille.org> Cc: freebsd-questions@FreeBSD.org Subject: Re: disabling the PAUSE/BREAK key Message-ID: <20030312214629.GD398@sub21-156.member.dsl-only.net> In-Reply-To: <3E6F4A7B.23148.5AB6226@localhost> References: <3E6F4A7B.23148.5AB6226@localhost>
next in thread | previous in thread | raw e-mail | index | archive | help
--M38YqGLZlgb6RLPS Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Mar 12, 2003 at 02:55:55PM -0500, Dan Langille wrote: > Hi folks, >=20 > I've disabled the PrtScn key using kbdcontrol (see=20 > http://www.freebsddiary.org/kbdcontrol.php). Now I want to disable=20 > the Pause/Break key. Can I do that with kbdcontrol? If so, what in=20 > the output from kbdcontrol -d relates to that key? >=20 > Thanks > --=20 > Dan Langille : http://www.langille.org/ If you are using X you can do it with xmodmap(1). You could probably do something like: $ echo "keycode 110 =3D " | xmodmap - =2E..assuming that your Pause/Break key is keycode 110 as on my machine. You can find out which keycode the key generates using xev(1). Nathan --=20 GPG Public Key ID: 0x4250A04C gpg --keyserver pgp.mit.edu --recv-keys 4250A04C http://63.105.21.156/gpg_nkinkade_4250A04C.asc --M38YqGLZlgb6RLPS Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+b6q0WZYS9EJQoEwRAtkBAJ9Gvcdh4LwtwXs/MVI40dvUBr4BVwCfW4Ev McOEPvNlc2iRJqYZkR5a4R4= =0PVX -----END PGP SIGNATURE----- --M38YqGLZlgb6RLPS-- 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?20030312214629.GD398>