Updated Keyboard mappings (markdown)

Haodong DU 2021-01-13 10:47:16 -05:00
parent a8db6baaf0
commit a26df6bb40
1 changed files with 1 additions and 1 deletions

@ -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