1
Jak przerobić polecenie „Zdarzenia systemowe” w AppleScript, aby automatycznie działało we wszystkich aplikacjach?
Z następującym kodem AppleScript w ramach akcji „Uruchom AppleScript” w usłudze: tell application "System Events" set theSBounds to {{572, 64}, {332, 515}} set position of window "Google Hangouts - myemailaddress@gmail.com" of application process "Google Chrome" to item 1 of theSBounds set size of window "Google Hangouts - myemailaddress@gmail.com" of application …