Skip to main content


Podoba mi się konsekwencja w nazwach klawiszy #GDK pomiędzy alfanumeryczną częścią klawiatury, a numpadem.

GDK_KEY_Return -- GDK_KEY_KP_Enter
GDK_KEY_plus -- GDK_KEY_KP_Add
GDK_KEY_minus -- GDK_KEY_KP_Subtract

gitlab.gnome.org/GNOME/gtk/-/b…

#GTK

#gtk #gdk
in reply to mgorny-nyan (on) 🙀🚂🐧

sadly, the key symbols came from X11, and we've been keeping them like that for backward compatibility: gitlab.gnome.org/GNOME/gtk/-/b…
in reply to Emmanuele Bassi

@ebassi, ah, thanks for letting me know. I'll correct the toot. And I'm sorry that it didn't occur to me to check this.