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