aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrNuget <drnuget@outlook.com>2025-01-17 11:01:42 +0200
committerDrNuget <drnuget@outlook.com>2025-01-17 11:01:42 +0200
commitfebdc93038bd45781067b371eb96ba756174dd53 (patch)
tree7ea4dc90e59881adae7bf97f37de872fe606e2c8
parentfab65f12d88b4440c01dca92f580b235a1fbef0d (diff)
change to finnish keyboard layout, caps:escHEADmaster
-rw-r--r--config.def.h3
1 files changed, 2 insertions, 1 deletions
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;