anyrun-org / anyrun

A wayland native, highly customizable runner.
GNU General Public License v3.0
632 stars 52 forks source link

Fix numpad keys not working #162

Open AsriFox opened 4 months ago

AsriFox commented 4 months ago

There is a bug/feature in GTK that makes handling of numpad keys separate from "regular" keys (e.g. KP_Enter != Return). This behavior has been reported for GTK3 and for GTK4, so this may be fixed in the future. For now, these keycodes should be handled manually.