Skip to content

Commit 6fec1b6

Browse files
authored
Added QWERTZ keymap (kometbomb#288)
1 parent e2b29c3 commit 6fec1b6

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

installer/klystrack.nsi

+2
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ SectionIn RO
5050

5151
File zip\data\key\FT2
5252
File zip\data\key\AZERTY
53+
File zip\data\key\QWERTZ
5354
File zip\data\key\DVORAK
5455
File zip\data\key\n00bstar
5556

@@ -108,6 +109,7 @@ Section Uninstall
108109

109110
Delete FT2
110111
Delete AZERTY
112+
Delete QWERTZ
111113
Delete DVORAK
112114
Delete n00bstar
113115

key/QWERTZ

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Fix problems with QWERTZ keyboards
2+
[pattern]
3+
K_Z = K_Y
4+
K_Y = K_Z

0 commit comments

Comments
 (0)