
Obracanie ekranu (pivot)
#1
Posted 29 March 2010 - 16:05
#2
Posted 29 March 2010 - 16:14
Rotate your Display to Portrait Mode via AppleScript - Mac OS X Hints
A tu link bezpośrednio do skryptów:
http://www.gizmomete...playScripts.zip
Sprawdź sam bo ja nie sprawdzałem czy to działa.
PS.
Pierwszy link z brzegu po wpisaniu w google "applescript screen rotate"

#3
Posted 29 March 2010 - 16:37

tell application "System Preferences"
activate
set current pane to pane "com.apple.preference.displays"
end tell
tell application "System Events"
click radio button "Monitor" of tab group 1 of window "FPD2185W" of process "System Preferences"
click pop up button 1 of tab group 1 of window "FPD2185W" of process "System Preferences"
tell pop up button 1 of tab group 1 of window "FPD2185W" of process "System Preferences"
if selected of menu item 1 of menu 1 is true then
click menu item 4 of menu 1
else
click menu item 1 of menu 1
end if
end tell
end tell
tell application "System Preferences"
quit
end tell
Zapisane jako Obrót ekranu.app i przypisany skrót klawiszowy -śmiga

#4
Posted 24 April 2010 - 22:42
#5
Posted 25 April 2010 - 09:17
#6
Posted 25 April 2010 - 13:51

Uploaded with ImageShack.us
gdy wszedlem w podswietlony obszar to mam cos takiego:

Uploaded with ImageShack.us
i wlasnie nie wiem co dalej robic, o ile w ogole da sie cos z tym zrobic
pozdro
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users