-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOCR.kmmacros
More file actions
110 lines (110 loc) · 2.84 KB
/
Copy pathOCR.kmmacros
File metadata and controls
110 lines (110 loc) · 2.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<array>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>CreationDate</key>
<real>657154187.54435599</real>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>ActionUID</key>
<integer>2318</integer>
<key>InputType</key>
<string>Rect</string>
<key>MacroActionType</key>
<string>PromptForRect</string>
<key>Variable</key>
<string>Area</string>
</dict>
<dict>
<key>ActionUID</key>
<integer>2319</integer>
<key>DisplayKind</key>
<string>Variable</string>
<key>ImageScreenArea</key>
<dict>
<key>HeightExpression</key>
<string>Area.height</string>
<key>LeftExpression</key>
<string>Area.x</string>
<key>ScreenAreaType</key>
<string>Area</string>
<key>TopExpression</key>
<string>Area.y</string>
<key>WidthExpression</key>
<string>Area.width</string>
</dict>
<key>ImageSource</key>
<string>Screen</string>
<key>Language</key>
<string></string>
<key>MacroActionType</key>
<string>OCRImage</string>
<key>TimeOutAbortsMacro</key>
<true/>
<key>Variable</key>
<string>OcrText</string>
</dict>
<dict>
<key>ActionUID</key>
<integer>2320</integer>
<key>JustDisplay</key>
<false/>
<key>MacroActionType</key>
<string>SetClipboardToText</string>
<key>Text</key>
<string>%OcrText%</string>
</dict>
<dict>
<key>ActionUID</key>
<integer>2321</integer>
<key>MacroActionType</key>
<string>Notification</string>
<key>SoundName</key>
<string></string>
<key>Subtitle</key>
<string>%OcrText%</string>
<key>Text</key>
<string>%OcrText%</string>
<key>Title</key>
<string>Clipped OCR Text</string>
</dict>
</array>
<key>CreationDate</key>
<real>663181039.40487695</real>
<key>ModificationDate</key>
<real>663181232.30950606</real>
<key>Name</key>
<string>OCR</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>20</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>4864</integer>
</dict>
</array>
<key>UID</key>
<string>C77904D3-95B4-478E-995F-60D0DA196481</string>
</dict>
</array>
<key>Name</key>
<string>System Utilities</string>
<key>ToggleMacroUID</key>
<string>7804E813-A496-4B80-9475-57A50BCAE4E1</string>
<key>UID</key>
<string>BF8173F7-D84A-44DF-A8D5-DD22EF4A8F42</string>
</dict>
</array>
</plist>