Add Windows for German (de_DE)

Alexander Mahr 2019-03-11 22:05:09 +01:00
parent 53b006dd41
commit b938a96aaa
1 changed files with 13 additions and 0 deletions

@ -111,6 +111,19 @@ The scancode is also printed in the output of `--print-events` and can be used d
- { key: L, mods: Alt, chars: "\x40" }
```
### Windows
```yml
- { key: OEM102, mods: Control|Alt, chars: "|" }
- { key: Q, mods: Control|Alt, chars: "@" }
- { key: Key7, mods: Control|Alt, chars: "{" }
- { key: Key8, mods: Control|Alt, chars: "[" }
- { key: Key9, mods: Control|Alt, chars: "]" }
- { key: Key0, mods: Control|Alt, chars: "}" }
- { key: Key0, mods: Control|Alt, chars: "}" }
- { key: 12, mods: Control|Alt, chars: '\' }
- { key: Equals, mods: Control|Alt, chars: '~' }
```
## Swedish (sv_SE)
### Mac OS
```yml