Skip to content
Snippets Groups Projects
Commit 7918da12 authored by Olivier Fourdan's avatar Olivier Fourdan :tools:
Browse files

keyboard: Re-apply modifiers masks


Restore modifiers masks removed by mistake in previous commit.

Signed-off-by: default avatarOlivier Fourdan <fourdan@xfce.org>
parent 7f498183
No related branches found
No related tags found
No related merge requests found
......@@ -110,6 +110,8 @@ getModifierMap (const char *str, guint *map)
ret &= addModifierMap (map, MetaMask);
}
*map &= MODIFIER_MASK & ~IGNORE_MASK;
return ret;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment