added compose key as rctrl

This commit is contained in:
2025-12-23 06:03:19 +01:00
parent 7fbceedff4
commit 2b65bf5042

View File

@@ -83,17 +83,17 @@ static const MonitorRule monrules[] = {
static const struct xkb_rule_names xkb_rules[] = {
{
.layout = "de",
.options = NULL,
.options = "compose:rctrl",
},
{
.layout = "de",
.variant = "nodeadkeys",
.options = NULL,
.options = "compose:rctrl",
},
{
.layout = "de",
.variant = "ru",
.options = NULL,
.options = "compose:rctrl",
}
};