From owner-freebsd-questions@FreeBSD.ORG Thu Jan 27 05:51:56 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C696316A4CE for ; Thu, 27 Jan 2005 05:51:56 +0000 (GMT) Received: from luzifer.incubus.de (incubus.de [80.237.207.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84F4F43D55 for ; Thu, 27 Jan 2005 05:51:56 +0000 (GMT) (envelope-from mkb@incubus.de) Received: from [192.168.2.11] (pD9E68C71.dip.t-dialin.net [217.230.140.113]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by luzifer.incubus.de (Postfix) with ESMTP id 74B7731283; Thu, 27 Jan 2005 06:53:16 +0100 (CET) Message-ID: <41F881A4.7040304@incubus.de> Date: Thu, 27 Jan 2005 06:52:36 +0100 From: Matthias Buelow User-Agent: Mozilla Thunderbird 1.0 (X11/20050108) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tom Vilot References: <41F7D73D.2060409@vilot.com> In-Reply-To: <41F7D73D.2060409@vilot.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: FreeBSD Questions Subject: Re: X11 / keyboard emacs? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jan 2005 05:51:56 -0000 Tom Vilot wrote: > What I don't understand is how to make that global. That is, applied to > all Window Managers. If I run AfterStep or WindowMaker, these keyboard > bindings do not apply and I can't figure out how to make them apply > irrespective of the window manager currently running. have you tried to include the above bindings in your $HOME/.gtkrc-2.0 file? maybe then it will get read by all applications using the gtk 2.x toolkit. mkb.