Skip to content

Commit 76d392a

Browse files
committed
Fixes:
[":" are switched with ";" in Layout US](https://github.com/gitdev-bash/piduck/projects/2#card-62991088)
1 parent dee8bcb commit 76d392a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pd_key_maps/keymap_us.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
")": 48,
5858
"\\": 49,
5959
"#": 50,
60-
":": 51,
60+
";": 51,
6161
'"': 52,
6262
"~": 53,
6363
",": 54,

0 commit comments

Comments
 (0)