Skip to content

gdk: quartz: fix #2102 consumed_modifiers

Thomas Holder requested to merge speleo3/gtk:gtk-3-24-issue-2102 into gtk-3-24

gdk_quartz_keymap_translate_keyboard_state was implementing a consumed_modifiers logic which the documentation mentions as "an older interpretation". This patch implements the new interpretation.

Merge request reports