Tagged Questions
1
vote
2answers
43 views
Avoid using command for keyboard shortcuts
I work with a disabled person who uses their communication-aid to control their iMac through keyboard and mouse commands.
I'm setting up keyboard shortcuts to launch applications directly using ...
4
votes
1answer
654 views
Remove services from context menus (but leave them in the app's Services menu)
I created a few services with Automator and it seems OS X automatically adds these to the context menu of files/folders that they apply to. Is it possible to remove the services from the context menu ...
1
vote
2answers
151 views
Adding contextual menu item to zero out files?
I want to be able to easily zero-out (make the filesize 0, not fill the existing filesize with 0s) files from the Finder by selecting files from within Finder and selecting an action from the right ...
3
votes
1answer
440 views
Passing selected folder path to custom Service executing AppleScript
I have a custom Service I created in Automater. Right now, the service shows up in my context (right-click) menu, when right-clicking on any folder. In Automater, I added the Run AppleScript action, ...