From 64d1bba57d08bb3e1de804ca55562cfbe9602551 Mon Sep 17 00:00:00 2001 From: Emil Thorsoe Date: Mon, 18 May 2026 12:55:07 +0300 Subject: [PATCH] wiremix.toml: fix typo in keybindings comment fix typo in code that people will (who me), will copy-paste to config --- wiremix.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiremix.toml b/wiremix.toml index cd9c824..218653b 100644 --- a/wiremix.toml +++ b/wiremix.toml @@ -73,7 +73,7 @@ lazy_capture = false # # keybindings = [ # # Demonstrate modifiers -# { key = "End", modifier = "CTRL | ALT", action = "Exit" }, +# { key = "End", modifiers = "CTRL | ALT", action = "Exit" }, # ] # # Each of the available keybinding actions are documented below.