Skip to content

Fix handling of control characters & remove Win32-specific hacks from gdkkeyuni.c

This reverts commit fd6ce997 and instead addresses the underlying problem at its root: GtkIMContextIME was not ignoring ASCII control characters like other input context implementations (see GtkIMContextSimple, GtkIMContextXim).

Fixes #2865 (closed)

See also !4384 (merged)

Merge request reports