[Github-comments] [geany/geany-plugins] macro trigger doesn't work anymore (#1083)

elextr notifications at xxxxx
Wed Jun 16 11:45:54 UTC 2021


It would appear that the internals of GTK have changed the layout of part of the state associated with keycodes.  Unfortunately thats an internal detail Geany doesn't control.  

So my first suggestion is to try just editing the settings.conf file and replacing the old number with the new one.

Note: the numbers in hex are 0x4000044 and 0x6000044 respectively, ie the new number has one extra bit set, but what that means would have to be searched in the GTK APIs somewhere (in saying GTK I'm assuming Scintilla just passes keycodes and states directly from GTK)

-- 
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-plugins/issues/1083#issuecomment-862310882
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20210616/cc647d79/attachment.htm>


More information about the Github-comments mailing list