• Mac OS X

    Quick-Tip: Menu Items Modifier Keys In OS X

    A modifier key is a key that when held in combination with another key, causes a unique behavior. For example, Command-c copies highlighted data to your clipboard. The Finder modifier keys are pretty well documented. But a number of menu items support modifier keys as well. For example: Click on the Dropbox item in your menu, you’ll be able to see the status of files that have sync’d as well as a cogwheel with the typical settings for an app like Dropbox. Option-click on the Dropbox menu item, you’ll see the items under the cogwheel menu. Option-click the Wi-Fi menu item to see extended Wi-Fi information. Option-click Bluetooth, you’ll see version and…

  • Uncategorized

    Safari Command-Clicks & Tabs

    Using Safari is like going to In-n-Out for a burger – it’s all about ordering off the menu.  But instead of a “4 by 4 animal style” I’m going to order a browser that attempts to open every link I click in a new tab, even if it tries to open in a new window.  Even realizing that if I click on it using the command-click it will open a new tab anyway.  To do so, we’re going to use the TargetedClicksCreateTabs key in the com.apple.Safari.plist file by using the following command: defaults write com.apple.Safari TargetedClicksCreateTabs -bool true I have an opposite day situation.  I also need to completely disable…