This commit is contained in:
2025-08-03 13:16:51 +02:00
parent 2670f63d20
commit 28441df095
9 changed files with 116 additions and 9 deletions

View File

@ -47,7 +47,8 @@ bindings = [
[keyboard]
bindings = [
{ key = "Back", mods = "Control", chars = "\u001b\u007f"}
{ key = "Back", mods = "Control", chars = "\u001b\u007f"},
{ key = "N", mods = "Control", action = "SpawnNewInstance" }
]
[scrolling]