diff --git a/keyboardsimulator.py b/keyboardsimulator.py index 460312f..0e6199a 100644 --- a/keyboardsimulator.py +++ b/keyboardsimulator.py @@ -75,7 +75,7 @@ def listentext(): tokens = word_tokenize(command) # initializing a list to store the keywords - key=["up", "down", "right", "tab" ,"left","next","stop","start","enter","undo","redo","back","okey","quit","open","insert", "add","select","ok","hello", "hai", "hey","hi", "hay"] + key=["up", "down", "right", "tab" ,"left","next","stop","start","enter","undo","redo","back","okey","quit","open","insert", "add","select","ok","hello", "hai", "hey","hi", "hyy"] # for each token in tokens for i in tokens: