apple script 显示最小化的应用

 

 

tell application "GitKraken"
    activate
    set frontmost to true
    
    try
        set miniaturized of windows to false -- most apps
    end try
end tell

 

set frontmost to true  置于其他窗口上面
set miniaturized of windows to false 最大化




posted @ 2019-04-26 17:52  佚名000  阅读(335)  评论(0)    收藏  举报