Add French mapping
parent
5179b6d2b2
commit
3167099835
|
@ -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: Key0, mods: Control|Alt, chars: "\x7D" }
|
||||||
- { key: Equals, mods: Control|Alt, chars: "\x5C" }
|
- { 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
|
# Tmux workaround
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue