convert keyval to integer

This commit is contained in:
Daniel Barlow 2024-09-10 22:42:51 +01:00
parent 19721b4e60
commit b73b68897a

View File

@ -44,7 +44,7 @@
"c" (bor m Mod.CONTROL_MASK)
"s" (bor m Mod.MOD4_MASK)))]
{
:keyval (Gdk.keyval_from_name symbol)
:keyval (bor (Gdk.keyval_from_name symbol) 0)
: modmask
}))