We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2b29c3 commit 6fec1b6Copy full SHA for 6fec1b6
installer/klystrack.nsi
@@ -50,6 +50,7 @@ SectionIn RO
50
51
File zip\data\key\FT2
52
File zip\data\key\AZERTY
53
+ File zip\data\key\QWERTZ
54
File zip\data\key\DVORAK
55
File zip\data\key\n00bstar
56
@@ -108,6 +109,7 @@ Section Uninstall
108
109
110
Delete FT2
111
Delete AZERTY
112
+ Delete QWERTZ
113
Delete DVORAK
114
Delete n00bstar
115
key/QWERTZ
@@ -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