User Tools

Site Tools


action:Screen_Capture

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
action:Screen_Capture [2015/07/20 02:31]
peternlewis
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 20: Line 22:
 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). 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.1437373906.txt.gz · Last modified: 2015/07/20 02:31 by peternlewis