when i use this piece of script in a field:
Code: Select all
on returnInField
send mouseUp to button"set" of card 2
focus on nothing
end returnInField
on enterInField
send mouseUp to button"set" of card 2
focus on nothing
end enterInField
this happens everywhere, in every script.
even when creating the standalone app and popup messages come up, they will not respond anymore to the Enter key(except clicking on OK with the mousy)
it will stop when i put # in front of every line and activate the script
I use both enter and return as i don't know which key is responding to the hook (return sign) on android keyboard
Anyone else can confirm?
Thanks! (i'm using lc 7.06 rc2)