Date: Thu, 27 Jan 2005 11:27:29 +0100 From: Matthias Buelow <mkb@incubus.de> To: Tom Vilot <tom@vilot.com> Cc: FreeBSD Questions <questions@freebsd.org> Subject: Re: X11 / keyboard emacs? Message-ID: <41F8C211.3000504@incubus.de> In-Reply-To: <41F8A2C0.5050903@vilot.com> References: <41F7D73D.2060409@vilot.com> <41F881A4.7040304@incubus.de> <41F8A2C0.5050903@vilot.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Tom Vilot wrote: >> 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. > Thank you thank you thank you ... > This has been driving me bonkers! .... > It's not a systemwide setting .. but that's okay. In my home directory > will do ..... actually I think it's a little more involved.. or not. the bindings alone will probably not do, you also have to activate them. for an ordinary theme, you simply include in your .gtkrc-2.0 the line gtk-theme-name = "Foobar" maybe gtk-theme-name = "Emacs" will already work. if not, you somehow have to attach the defined bindings to the appropriate widgets; you probably have to google around a bit, or look it up how it's done in other theme files, since the gtk developers haven't deemed it necessary to document the gtkrc syntax (...)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?41F8C211.3000504>