feat: add Key mapping for macOS French PC Keyboard

Mickaël Canévet 2021-08-29 06:07:25 +02:00
parent 28bef323bd
commit a5f3fc6afc
1 changed files with 13 additions and 1 deletions

@ -260,7 +260,19 @@ For those, coming from iTerm, here's `Command + Enter` to ToggleFullscreen
- { key: N, mods: Alt, chars: "~" }
- { key: Period, mods: Alt|Shift, chars: "\\" }
```
### Mac OS / French - PC
```yml
- { key: 19, mods: Alt, chars: "~" }
- { key: 21, mods: Alt, chars: "{" }
- { key: 22, mods: Alt, chars: "|" }
- { key: 23, mods: Alt, chars: "[" }
- { key: 24, mods: Alt, chars: "}" }
- { key: 25, mods: Alt, chars: "^" }
- { key: 26, mods: Alt, chars: "`" }
- { key: 27, mods: Alt, chars: "]" }
- { key: 28, mods: Alt, chars: "\\" }
- { key: 29, mods: Alt, chars: "@" }
```
## Belgian