0
我該如何編程關閉在Ubuntu的彈出窗口?programmaticaly在ubuntu中關閉彈出窗口
我可以在OSX使用AppleScript做到這一點:
tell application "System Events"
tell process "SketchUp"
set frontmost to true
keystroke return
end tell
end tell
現在我正在尋找在Ubuntu當量(10.10版)。
運行那個Natty安裝?謹慎發佈更多細節? – dsg 2011-03-16 17:50:17
停止等待我整理Parallels Tools。我確實先複製了虛擬機,然後現在把虛擬機複製回來,決定納蒂安裝在短時間內不可用。 – geekosaur 2011-03-16 17:54:28