Adds French canadian mapping

Florent Vilmart 2021-09-29 20:38:18 -04:00
parent 49bf236887
commit aeef8452ed
1 changed files with 21 additions and 1 deletions

@ -22,8 +22,10 @@
* [Windows](#windows-1)
* [French (fr_FR)](#french-fr_fr)
* [Mac OS](#mac-os-6)
* [Belgian](#belgian)
* [Canadian French (fr_CA)](#french-fr_ca)
* [Mac OS](#mac-os-7)
* [Belgian](#belgian)
* [Mac OS](#mac-os-8)
## Syntax documentation
@ -274,6 +276,24 @@ For those, coming from iTerm, here's `Command + Enter` to ToggleFullscreen
- { key: 29, mods: Alt, chars: "@" }
```
## French (fr_CA)
### Mac OS
```yml
- { key: 10, mods: Alt, chars: "|" }
- { key: 19, mods: Alt, chars: "~" }
- { key: 24, mods: Alt, chars: "¬" }
- { key: 25, mods: Alt, chars: "[" }
- { key: 26, mods: Alt, chars: "{" }
- { key: 28, mods: Alt, chars: "}" }
- { key: 29, mods: Alt, chars: "]" }
- { key: 30, mods: Alt, chars: "~" }
- { key: 33, mods: Alt, chars: "`" }
- { key: 41, mods: Alt, chars: "°" }
- { key: 43, mods: Alt, chars: "<" }
- { key: 47, mods: Alt, chars: ">" }
```
## Belgian
### Mac OS