feat: add Key mapping for macOS French PC Keyboard
parent
28bef323bd
commit
a5f3fc6afc
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue