Updated Keyboard mappings (markdown)
parent
f7ce7ffaea
commit
a573ee8d32
|
@ -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: "|" }
|
||||
```
|
Loading…
Reference in New Issue