[Common]
Description=ʾץű
HotKeyStart=119
HotKeyStop=122
Enabled=0
RunOnce=1

[Script]
//űԶnotepadȻԶ
Key down 91 1
Key Press 82 1 Wait
Key Up 91 1
Delay 1000
SayString notepad
Delay 1000
Key Press 13 1
Delay 2000
if color 0 0 = 0             //õɫΪ
  key press 66 1             //"b"
else
  if color 10 180 = $ffffff  //õɫΪ
    key press 67 1           //"c"
  else
    key press 68 1           //"d"
  endif
  key press 65 1             //"a"
endif
