Skip to content

WIP: Win32 rewrite keymap

Isopod requested to merge Isopod/gtk:win32-rewrite-keymap into gtk-3-24

Note: This MR is old and has been superseded by !1051 (merged)

Get rid of the humongous lookup table. This cuts 600 ms startup latency on my machine. It makes the start of a GTK3 application feel much snappier. See #2055 (closed)

I highly recommend applying !991 (merged) first, since this is intended to be used in conjunction with that. Otherwise expect some glitches relating to dead keys, since I removed some code.

Edited by Jeff Fortin

Merge request reports