← Back to team overview

sikuli-driver team mailing list archive

[Question #231351]: Use(store) a copied value (ctrl-c) later in the script as a stored value

 

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

I am trying to ctrl-c a value and then have that stored and be used later in the script, is this possible? 
for example:
a = type("c", KeyModifier.CTRL)
 then later:
if a == 5: 
    print true
else
    print false

thanks

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.