From owner-freebsd-questions@FreeBSD.ORG Sun May 2 15:44:14 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AD9BE1065670 for ; Sun, 2 May 2010 15:44:14 +0000 (UTC) (envelope-from christopher-ml@telting.org) Received: from p3plsmtpa01-10.prod.phx3.secureserver.net (p3plsmtpa01-10.prod.phx3.secureserver.net [72.167.82.90]) by mx1.freebsd.org (Postfix) with SMTP id 63DCF8FC08 for ; Sun, 2 May 2010 15:44:14 +0000 (UTC) Received: (qmail 16536 invoked from network); 2 May 2010 15:44:13 -0000 Received: from unknown (76.169.198.42) by p3plsmtpa01-10.prod.phx3.secureserver.net (72.167.82.90) with ESMTP; 02 May 2010 15:44:13 -0000 Message-ID: <4BDD9DCD.50900@telting.org> Date: Sun, 02 May 2010 08:44:13 -0700 From: Chris Telting User-Agent: Thunderbird 2.0.0.24 (X11/20100414) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: window/app aware bindkey/input control application? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 May 2010 15:44:14 -0000 Sorry don't have the necessary words to describe what I want. I'm wondering if there exists an app or set of apps that are window/application aware for use in conjunction with multimedia keys, remote control, input control surfaces. Simple example: detect all mutimedia applications, if only one or none is started then issue command1 otherwise see if any of the above applications has the focus and issue it's appropriate command else play an error sound. I guess you could say I'm interested in scripting keyboard input in conjunction with the window manager.