Add French mapping

Guillaume Wuip 2019-03-25 16:06:02 +01:00
parent 5179b6d2b2
commit 3167099835
1 changed files with 16 additions and 0 deletions

@ -174,6 +174,22 @@ The scancode is also printed in the output of `--print-events` and can be used d
- { key: Key0, mods: Control|Alt, chars: "\x7D" }
- { key: Equals, mods: Control|Alt, chars: "\x5C" }
```
## French (fr_FR)
### Mac OS
```yml
- { key: Equals, mods: Command, action: DecreaseFontSize }
- { key: Slash, mods: Command, action: IncreaseFontSize }
- { key: A, mods: Command, action: Quit }
- { key: Z, mods: Command, action: Quit }
- { key: L, mods: Alt|Shift, chars: "|" }
- { key: Key5, mods: Alt, chars: "{" }
- { key: Minus, mods: Alt, chars: "}" }
- { key: Key5, mods: Alt|Shift, chars: "[" }
- { key: Minus, mods: Alt|Shift, chars: "]" }
- { key: N, mods: Alt, chars: "~" }
- { key: Period, mods: Alt|Shift, chars: "\\" }
```
# Tmux workaround