From a5f3fc6afcc3788e1ae5c3831a30a7c858a5a812 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Can=C3=A9vet?= Date: Sun, 29 Aug 2021 06:07:25 +0200 Subject: [PATCH] feat: add Key mapping for macOS French PC Keyboard --- Keyboard-mappings.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/Keyboard-mappings.md b/Keyboard-mappings.md index 94a5be9..6309fc9 100644 --- a/Keyboard-mappings.md +++ b/Keyboard-mappings.md @@ -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