RSS/Atom feed Twitter
Site is read-only, email is disabled

Define a key short cut from a plugin

This discussion is connected to the gimp-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

2 of 2 messages available
Toggle history

Please log in to manage your subscriptions.

Define a key short cut from a plugin Nicolás Serrano Martínez Santos 02 Oct 17:35
  Define a key short cut from a plugin Sven Neumann 02 Oct 20:46
Nicolás Serrano Martínez Santos
2008-10-02 17:35:30 UTC (about 16 years ago)

Define a key short cut from a plugin

Hi! Is it possible to define a shortcut for a plugin inside it's code? For instance I want that my plug-in is associated with "Crtl + Alt + f" automatically when installing it. Now I have to do it using the Keybinding option at the Gimp Toolbox. Would I have to parse the .gimp-2.4/menurc file manually?

Thanks!

Sven Neumann
2008-10-02 20:46:21 UTC (about 16 years ago)

Define a key short cut from a plugin

Hi,

On Thu, 2008-10-02 at 17:35 +0200, Nicolás Serrano Martínez Santos wrote:

Hi! Is it possible to define a shortcut for a plugin inside it's code? For instance I want that my plug-in is associated with "Crtl + Alt + f" automatically when installing it.

No, there's no API that would allow plug-ins to do this. And I don't think we want to add such API.

Sven