From a26df6bb40fcd8f1e42b40a4dc5c757a2b73d7a8 Mon Sep 17 00:00:00 2001 From: Haodong DU Date: Wed, 13 Jan 2021 10:47:16 -0500 Subject: [PATCH] Updated Keyboard mappings (markdown) --- Keyboard-mappings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Keyboard-mappings.md b/Keyboard-mappings.md index 0f95e3c..fdae8b1 100644 --- a/Keyboard-mappings.md +++ b/Keyboard-mappings.md @@ -44,7 +44,7 @@ The scancode is also printed in the output of `--print-events` and can be used d ### MacOS ```yml - { key: Comma, mods: Command, command: - {program: "open", args: ["~/.config/alacritty/alacritty.yml"]} } + {program: "sh", args: ["-c","open ~/.config/alacritty/alacritty.yml"]} } - { key: N, mods: Command, action: SpawnNewInstance } - { key: Space, mods: Alt, chars: " " } - { key: Back, mods: Super, chars: "\x15" } # delete word/line