User Tools

Site Tools


action:Screen_Capture

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
action:Screen_Capture [2015/07/07 03:53]
mirazjordan created
action:Screen_Capture [2023/03/27 19:45] (current)
ccstone
Line 1: Line 1:
 +{{:​action:​screen_capture.png?​425|}}
 +
 The Screen Capture action captures a specified object or area of the screen to the system clipboard or a named clipboard. The Screen Capture action captures a specified object or area of the screen to the system clipboard or a named clipboard.
  
Line 18: Line 20:
   *Always Nominal Resolution   *Always Nominal Resolution
  
 +Nominal resolution means the images will be captured at 72dpi despite a possibly higher dpi used by the monitor (for example, if you have a retina monitor, without this option the screen capture would be at 144dpi).
 +
 +Keyboard Maestro does NOT replicate OSX's interactive capture area functionality – e.g. <​key>​⌘</​key><​key>​⇧</​key><​key>​4</​key>​.
 +
 +Unfortunately Apple has not provided an API for that.
 +
 +Therefore to use it in a script you need to use an **Execute a Shell Script** action:
 +
 +```
 +screencapture -ic
 +```
 +This will capture interactively to the clipboard.
  
 +Enter “man screencapture” in the Terminal.app for more information.
action/Screen_Capture.1436255580.txt.gz · Last modified: 2015/07/07 03:53 by mirazjordan