Skip to content

Commit b633eea

Browse files
committed
fix (`)
1 parent 66993b3 commit b633eea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pd_key_maps/keymap_us.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858
"\\": 49,
5959
# "#": 50, # wut
6060
";": 51,
61-
"'": 52, # double(") or single(')?
62-
"~": 53, # (~) or (`)?
61+
"'": 52,
62+
"`": 53,
6363
",": 54,
6464
".": 55,
6565
"/": 56,
@@ -152,7 +152,7 @@
152152
"<": "SHIFT ,",
153153
">": "SHIFT .",
154154
"?": "SHIFT /",
155-
'"': "SHIFT '", # single or double?
155+
'"': "SHIFT '",
156156
":": "SHIFT ;",
157157
"{": "SHIFT [",
158158
"}": "SHIFT ]",

0 commit comments

Comments
 (0)