diff --git a/Keyboard-mappings.md b/Keyboard-mappings.md index 55df648..c61ec42 100644 --- a/Keyboard-mappings.md +++ b/Keyboard-mappings.md @@ -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