← Back to team overview

sikuli-driver team mailing list archive

[Question #689020]: Checking shortcut keys for opening a tool window

 

New question #689020 on Sikuli:
https://answers.launchpad.net/sikuli/+question/689020

def shortcut():    
    type(Key.CAPS_LOCK)
    type(Key.ALT+"m"+"a")
    wait(5)
    if exists(ToolWindow):
        print("shortcutkeys are working")
        return True
    else:
        return False                

Can someone please help why its not working in Sikuli1.1.4

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.