From febdc93038bd45781067b371eb96ba756174dd53 Mon Sep 17 00:00:00 2001 From: DrNuget Date: Fri, 17 Jan 2025 11:01:42 +0200 Subject: change to finnish keyboard layout, caps:esc --- config.def.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 37422da..8f20006 100644 --- a/config.def.h +++ b/config.def.h @@ -72,7 +72,8 @@ static const struct xkb_rule_names xkb_rules = { /* example: .options = "ctrl:nocaps", */ - .options = NULL, + .layout = "fi(nodeadkeys)", + .options = "caps:escape", }; static const int repeat_rate = 25; -- cgit v1.2.3