Skip to content

Commit

Permalink
improved instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
DavRack committed Oct 29, 2020
1 parent df2d2c8 commit 2f85bfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions skr
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ def keyboardExist(configFile):

def init():
print("Generating new config file at ~/.config/skr")
print("Type a name for the new config file")
print("Type a name for the new config file then press Enter")
filename = input()
filename = filename.strip()
filename = filename.replace(".config","")
filename = filename.replace(".conf","")

os.system("sudo echo ")
print("press a key to identify your keyboard")
print("press a key to identify your keyboard then press Enter")
output = subprocess.run(["sudo","/usr/share/skr/skrkid"],
stdout=subprocess.PIPE)
input()
Expand Down

0 comments on commit 2f85bfa

Please sign in to comment.