[Github-comments] [geany/geany] Fix Ctrl+X and Ctrl+C in non-Latin keyboard layouts (#1386)
Colomban Wendling
notifications at xxxxx
Sun Feb 5 14:37:02 UTC 2017
b4n commented on this pull request.
> @@ -6321,6 +6321,7 @@
<object class="GtkMenuBar" id="menubar1">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <signal name="deactivate" handler="on_menubar1_deactivate" after="yes" swapped="no"/>
https://developer.gnome.org/gtk3/stable/GtkMenuShell.html#id-1.3.20.5.10.4 suggests using select/deselect is just fine. And in practice it does seem to work great.
But agreed the docs are not very clear.
--
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/1386
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20170205/a87f8e40/attachment.html>
More information about the Github-comments
mailing list