We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66993b3 commit b633eeaCopy full SHA for b633eea
pd_key_maps/keymap_us.py
@@ -58,8 +58,8 @@
58
"\\": 49,
59
# "#": 50, # wut
60
";": 51,
61
- "'": 52, # double(") or single(')?
62
- "~": 53, # (~) or (`)?
+ "'": 52,
+ "`": 53,
63
",": 54,
64
".": 55,
65
"/": 56,
@@ -152,7 +152,7 @@
152
"<": "SHIFT ,",
153
">": "SHIFT .",
154
"?": "SHIFT /",
155
- '"': "SHIFT '", # single or double?
+ '"': "SHIFT '",
156
":": "SHIFT ;",
157
"{": "SHIFT [",
158
"}": "SHIFT ]",
0 commit comments