From owner-freebsd-questions Fri Apr 20 0:25:39 2001 Delivered-To: freebsd-questions@freebsd.org Received: from www3.pacific-pages.com (www3.pacific-pages.com [192.41.48.219]) by hub.freebsd.org (Postfix) with ESMTP id 230A937B423 for ; Fri, 20 Apr 2001 00:25:36 -0700 (PDT) (envelope-from david@www3.pacific-pages.com) Received: from d.tracker ([207.245.46.247]) by www3.pacific-pages.com (8.8.5) id BAA14668; Fri, 20 Apr 2001 01:25:07 -0600 (MDT) Received: (from david@localhost) by d.tracker (8.11.3/8.11.2) id f3K7La428089 for questions@freebsd.org; Fri, 20 Apr 2001 03:21:36 -0400 (EDT) (envelope-from david) Date: Fri, 20 Apr 2001 03:21:36 -0400 (EDT) From: David Banning Message-Id: <200104200721.f3K7La428089@d.tracker> To: questions@freebsd.org Subject: changing fkeys: ioctl SETFKEY Reply-To: david@banning.com Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am trying to reprogram my function keys, and it seems that this is not possible through the keymap settings because the function keys output multiple keytrokes, so they cannot be reprogrammed with xmodmap - only switched around with other existing keystrokes. It seems that the answer is in the man pages "keyboard" and "ioctl" but it is beyond my knowledge level. While I am learning some C programming, I do not understand the context in which ioctl and SETFKEY settings are to be implemented. Is there an example somewhere, or could someone give me an idea of where to start on learning what I need to know to accomplish my goal? Thanks - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message