[Github-comments] [geany/geany] Allow plugins to process keypress events before Geany (#1829)

Jiří Techet notifications at xxxxx
Sat Apr 21 07:57:58 UTC 2018


Ah, yeah, it probably is fired twice in the case when

1. the plugin doesn't consume the event, and
2. Geany doesn't consume the event

Basically it means it's fired twice when the plugin isn't interested in the event which doesn't really matter for the vimode plugin but it definitely isn't nice. So yeah, we are back where we were and I don't know how to handle this with the single "key-press-event" used both for Geany and the plugin. You'd really need to change the order in which the signal is connected but I don't see a way how this could be done.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/1829#issuecomment-383276093
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20180421/358e6ce2/attachment.html>


More information about the Github-comments mailing list