From a573ee8d32ee67c87be43aa483b6e07fc6634026 Mon Sep 17 00:00:00 2001 From: Engin Al Date: Mon, 27 Dec 2021 20:01:38 +0300 Subject: [PATCH] Updated Keyboard mappings (markdown) --- Keyboard-mappings.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Keyboard-mappings.md b/Keyboard-mappings.md index df20106..23995a6 100644 --- a/Keyboard-mappings.md +++ b/Keyboard-mappings.md @@ -304,4 +304,19 @@ For those, coming from iTerm, here's `Command + Enter` to ToggleFullscreen - { key: RBracket, mods: Alt|Shift, chars: "]" } - { key: 37, mods: Alt|Shift, chars: "|" } - { key: 47, mods: Alt|Shift, chars: "\\" } +``` + +## Turkish + +### Mac OS +```yml + - { key: 12, 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: "}" } + - { key: 30, mods: Alt, chars: "~" } + - { key: 50, mods: Alt, chars: "|" } ``` \ No newline at end of file