From 2f85bfa26bed82cea16e2bb37dc02a50b1dd4595 Mon Sep 17 00:00:00 2001 From: David Date: Thu, 29 Oct 2020 02:58:22 -0500 Subject: [PATCH] improved instructions --- skr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/skr b/skr index 4e6b0bc..6acc805 100755 --- a/skr +++ b/skr @@ -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()