Hi there!
I've got a problem.
What do I have to write in applescript to make something like this happen:
I mean I want to system events to chose a key code from those three codes and use it with control down.
Is it possible to make? And It would be good to make it random..Once use 123 once 126 and what is IMPORTANT: do not use key code twice.
Example:
hm?
I've got a problem.
What do I have to write in applescript to make something like this happen:
Code:
tell application "System Events" to key code 123 or 124 or 125 or 126 using control down.
I mean I want to system events to chose a key code from those three codes and use it with control down.
Is it possible to make? And It would be good to make it random..Once use 123 once 126 and what is IMPORTANT: do not use key code twice.
Example:
Code:
Use 123, then use 126 or 125 or 124
Use 124, then use 126 or 125 or 123