Updated Keyboard mappings (markdown)

Engin Al 2021-12-27 20:01:38 +03:00
parent f7ce7ffaea
commit a573ee8d32
1 changed files with 15 additions and 0 deletions

@ -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: "|" }
```