GeanyKeyGroup *key_group;
key_group =
plugin_set_key_group(geany_plugin, "quick_line_keyboard_shortcut", KB_GROUP, NULL);
keybindings_set_item(key_group, KB_QUICK_LINE, quick_line, 0,
0, "quick_line", _("Quick
Line..."), NULL);
Each call to
Yes. Sorry.
I've developed this plugin: https://github.com/OpenCode/geany-python-good-code
I want to call the menu (my menu) "Python Good Code" with a
shortcut like CTRL+SOME_CHAR or ALT+SOME_CHAR or key like F1-F12
Il 03/12/2013 16:28, Frank Lanitz ha scritto:
Am 03.12.2013 15:39, schrieb Francesco OpenCode Apruzzese:
Hi all,
It's possible to associate a shortcut to a menu item created by a plugin?
Yes, it's possible. Can you go a little deeper?
Cheers,
Frank
_______________________________________________
Devel mailing list
Devel@lists.geany.org
https://lists.geany.org/cgi-bin/mailman/listinfo/devel
_______________________________________________
Devel mailing list
Devel@lists.geany.org
https://lists.geany.org/cgi-bin/mailman/listinfo/devel