[Gimp-developer] All GIMP windows to top when one selected
Sven Neumann
sven at gimp.org
Wed May 28 01:23:50 PDT 2008
Hi,
On Wed, 2008-05-28 at 09:41 +0200, Kurt Pruenner wrote:
> (I guess an option to disable TAB to switch between controls in the dock
> windows - which I personally never need, since I navigate the docks with
> the mouse - isn't an option, is it?)
That is already possible using the existing infrastructure to redefine
key-bindings in GTK+ applications. Just add something like this to your
~/.gimp-2.5/gtkrc file:
binding "no-tab" {
unbind "Tab"
unbind "<Control>Tab"
}
class "GtkWindow" binding "no-tab"
Sven
More information about the Gimp-developer
mailing list