Adds French canadian mapping
parent
49bf236887
commit
aeef8452ed
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue