From 2d7bed943a9b6a7976c9277ccc5c0306b554be74 Mon Sep 17 00:00:00 2001 From: Heran Mariam Nechicattu <43461843+heranmariam@users.noreply.github.com> Date: Sat, 28 Oct 2023 15:16:01 +0530 Subject: [PATCH] Update keyboardsimulator.py --- keyboardsimulator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: