keyboard: Add Left Ctrl to Compose Key options

This commit is contained in:
Kevin Bullock 2023-11-29 16:34:46 -03:00 committed by Automeris naranja
parent 2303cd1e2c
commit f19a7abf59

View file

@ -85,6 +85,7 @@ static const CcXkbModifier COMPOSE_MODIFIER = {
{ NC_("keyboard key", "Left Super"), "compose:lwin" },
{ NC_("keyboard key", "Right Super"), "compose:rwin" },
{ NC_("keyboard key", "Menu key"), "compose:menu" },
{ NC_("keyboard key", "Left Ctrl"), "compose:lctrl" },
{ NC_("keyboard key", "Right Ctrl"), "compose:rctrl" },
{ NC_("keyboard key", "Caps Lock"), "compose:caps" },
{ NC_("keyboard key", "Scroll Lock"), "compose:sclk" },