MacOS Open/Save Hidden Dialog


SUBMITTED BY: Blinuxx

DATE: March 10, 2021, 9:01 a.m.

FORMAT: AppleScript

SIZE: 809 Bytes

HITS: 357

  1. In any Finder window or Open/Save dialog, you can hit ⌘⇧G (just '/' also works in Open/Save) to get a location bar from which you can directly type in the directory to go to. It even supports ~ for home and tab completion.
  2. The Open/Save dialog has several other useful shortcuts:
  3. R - Reveals the selected item in a new Finder window.
  4. I - Info window shows for the selected item.
  5. > - Shows/Hides hidden files in the dialog
  6. F - cursor jumps to the Find text field
  7. / or ~ - Opens a Go To Folder dialogue.
  8. D or D - selects the ~/Desktop folder as a destination
  9. L - selects ~/Downloads folder as a destination
  10. O - selects ~/Documents folder as a destination
  11. S - Shows/Hides sidebar
  12. . or esc - Cancels and closes the dialog window

comments powered by Disqus