Skip to content

Commit e09d2f7

Browse files
committed
fix5
1 parent f26e849 commit e09d2f7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pd_key_maps/keymap_de.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,9 @@
163163
":": "SHIFT .",
164164
">": "SHIFT <",
165165
"|": "RALT <",
166+
"µ": "RALT µ",
167+
"@": "RALT q",
168+
"€": "RALT e",
166169
}
167170
for i in range(65, 91):
168171
c2map[chr(i)] = "SHIFT " + chr(i).lower()

0 commit comments

Comments
 (0)