Skip to main content

Introduction

Whenever you start a new guide with Dozuki, you want to make sure your screenshots are the right dimensions. This can be time consuming and frustrating.

This guide will show you how to set your window size to Dozuki-friendly dimensions in one click, and disable the shadows on the window screenshots you take for a professional finish.

This guide is aimed at Mac users. This will NOT work on Windows computers.

Parts

No parts specified.

  1. Press the 'Cmd' and 'Space bar' on your keyboard (at the same time) to open Spotlight
    • Press the 'Cmd' and 'Space bar' on your keyboard (at the same time) to open Spotlight

    • Type 'Automator'

    • Double-click on the 'Top hits' (Automator), this will launch the program

  2. Click on the 'Service' icon
    • Click on the 'Service' icon

    • Click on 'Choose' to create your new service

    • A service is a user-created action that will be available by all programs on your computer.

  3. Choose 'No input' and 'Any application' in the drop down boxes
    • Choose 'No input' and 'Any application' in the drop down boxes

    • Type the word 'Script' in the search box

    • Double-click on 'Run Applescript'

  4. Copy/Paste the code below in the script window, so that it looks exactly like this screenshot
    • Copy/Paste the code below in the script window, so that it looks exactly like this screenshot

    • set the_application to (path to frontmost application as Unicode text) tell application the_application activate set bounds of window 1 to {0, 0, 800, 600} end tell

    • You can use different dimensions if you like. Simply change the 800 (width) and 600 (height) to your desired dimensions

  5. Click on 'File' Click on 'Save'
    • Click on 'File'

    • Click on 'Save'

    • Choose a name for your service (choose wisely)

    • Click 'Save'

  6. In any of your applications (here Safari), click on the name of the application in the menu bar
    • In any of your applications (here Safari), click on the name of the application in the menu bar

    • Click on 'Services'

    • Click on the name of your service

    • It may take a few seconds for your window to be resized. This service can be used on the vast majority of applications on your Mac

  7. Press the 'Cmd' and 'Space bar' on your keyboard (at the same time) to open Spotlight
    • Press the 'Cmd' and 'Space bar' on your keyboard (at the same time) to open Spotlight

    • Type 'Terminal'

    • Double click on 'Terminal' in the 'Top Hits' section

  8. In the terminal window, copy/paste the following code. Then press 'return' on your keyboard
    • In the terminal window, copy/paste the following code. Then press 'return' on your keyboard

    • defaults write com.apple.screencapture disable-shadow -bool true

  9. In your Terminal window, copy/paste the code below, and then press 'return' on your keyboard
    • In your Terminal window, copy/paste the code below, and then press 'return' on your keyboard

    • killall SystemUIServer

  10. On your keyboard, press simultaneously the following keys. Cmd Shift 4 Space
    • On your keyboard, press simultaneously the following keys. Cmd Shift 4 Space

    • Click on the window you would like to take a screenshot of

    • You'll know you have been successful if there are no shadows on the sides of your screenshot

Finish Line

BIS Edtech Team

Member since: 12/03/2013

5,041 Reputation

46 Guides authored

0 Comments

Add Comment

View Statistics:

Past 24 Hours: 0

Past 7 Days: 0

Past 30 Days: 0

All Time: 52