Skip to content

Commit 27b10e7

Browse files
committed
small fix
1 parent 43e785d commit 27b10e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pd_key_maps/keymap_de.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/python3
1+
#!/usr/bin/env python3
22
commap = {
33
"LCTRL": 1,
44
"LSHIFT": 2,

pd_key_maps/keymap_us.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/python3
1+
#!/usr/bin/env python3
22
commap = {
33
"LCTRL": 1,
44
"LSHIFT": 2,

0 commit comments

Comments
 (0)