Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shortcut to Disks Window #39

Open
Devon7 opened this issue Dec 19, 2021 · 0 comments
Open

Shortcut to Disks Window #39

Devon7 opened this issue Dec 19, 2021 · 0 comments

Comments

@Devon7
Copy link

Devon7 commented Dec 19, 2021

-- AppleScript nearly but not quite able to operate Disk Arbitrator - can you fix?
tell application "System Events"
	tell process "Disk Arbitrator"
		tell menu bar 1
			tell menu bar item "Disk Arbitrator"
				tell menu "Disk Arbitrator"
					tell menu item 2 -- unnamed but probably "Show Disks Window"
						click -- no apparent effect ever
					end tell
					tell menu item "About Disk Arbitrator"
						click -- no immediate visible effect but see below
					end tell
				end tell
			end tell
		end tell
	end tell
end tell
-- Now the next hardware click on the menu bar icon will bring up the version window instead of the menu.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant