From owner-freebsd-hackers@FreeBSD.ORG Mon Jul 29 09:07:00 2013 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D3F05102 for ; Mon, 29 Jul 2013 09:07:00 +0000 (UTC) (envelope-from pragmb@gmail.com) Received: from mail-ve0-x22f.google.com (mail-ve0-x22f.google.com [IPv6:2607:f8b0:400c:c01::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 991B8284F for ; Mon, 29 Jul 2013 09:07:00 +0000 (UTC) Received: by mail-ve0-f175.google.com with SMTP id da11so2692321veb.20 for ; Mon, 29 Jul 2013 02:06:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=z1mibiIc8spEE+OAxU2z3H4mgeN6B5MkjB9buyxgx5U=; b=BerwzVsDvYI9KrTi1A1xFdKjgQQfnefvHyXnAxwsKMetFzIp2bFP26T8Dvm9E2hlA9 PcVsUxfmfrh5qIu8g9htLuhRYSqBDsQ5YuG3MzELZ1XI5vcfzikLoCI4/qQWF91ll/+A ncRUVXv6o1nEzkEN8iq7gGW09b6wx5eomNcpoQ6gNi24qE4uzgZYufvvhQyfMZiefcea 70LWMjq1jBX14chcljUfgw+QESO+dD0ZpJcj+hwblOMOAOg/sqHtJ4mM3pU4VXdPrOv1 OiXHzpsG1f44OwdVvVspifcQ/w1p7ZYckpUPQKgLBMgQYrnDkaIThLEb82KL+DCxCnQv FGag== MIME-Version: 1.0 X-Received: by 10.58.97.138 with SMTP id ea10mr24941217veb.38.1375088819643; Mon, 29 Jul 2013 02:06:59 -0700 (PDT) Received: by 10.220.203.7 with HTTP; Mon, 29 Jul 2013 02:06:59 -0700 (PDT) Date: Mon, 29 Jul 2013 11:06:59 +0200 Message-ID: Subject: Can't override function keys in kbdcontrol From: Pragm B To: freebsd-hackers@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Mailman-Approved-At: Mon, 29 Jul 2013 11:34:27 +0000 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jul 2013 09:07:00 -0000 Hello everyone, I have problems overriding the functions keys of my keyboard in FreeBSD 9.1 The kbdcontrol utility can be used to define specific values for the function keys. See here: http://www.freebsd.org/cgi/man.cgi?query=atkbd&apropos=0&sektion=0&manpath=FreeBSD+9.1-RELEASE&arch=default&format=html It is stated that the function keys can be overridden using kbdcontrol -f # s where '#' is a number from 1 to 96 and 's' is a string that will be outputted. When '#' is between 65 and 96 (unassigned functions), this works. However, this does not work for functions keys between 1 and 64! Any insight is much appreciated :) Cheers, Pragmb