You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…hen key pressed in Snippet 25
+ get translated keyval from GTK
The issue was that in GTK4, keyval and keycode are auto translated without requiring a keymap.
This was a very trivial fix of getting keyval and converting it into keycode using gdk_keyval_to_unicode
Signed-off-by: Jason Wang <[email protected]>
…in Snippet 25
+ get translated keyval from GTK
The issue was that in GTK4, keyval and keycode are auto translated without requiring a keymap.
This was a very trivial fix of getting keyval and converting it into keycode using gdk_keyval_to_unicode
Signed-off-by: Jason Wang <[email protected]>
Using GTK4, when running snippet 25, the character conversion from keycode doesn't match the keys pressed.
The text was updated successfully, but these errors were encountered: