-
Notifications
You must be signed in to change notification settings - Fork 10
/
Helper - Is Text Selected?.kmmacros
98 lines (98 loc) · 2.48 KB
/
Helper - Is Text Selected?.kmmacros
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
<?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>IsActive</key>
<true/>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Conditions</key>
<dict>
<key>ConditionList</key>
<array>
<dict>
<key>ConditionType</key>
<string>Menu</string>
<key>MenuConditionSelectionType</key>
<string>Shortcut</string>
<key>MenuConditionType</key>
<string>IsEnabled</string>
<key>MenuModifiers</key>
<integer>256</integer>
<key>MenuShortcut</key>
<string>C</string>
<key>MenuTitle</key>
<string>Copy</string>
</dict>
</array>
<key>ConditionListMatch</key>
<string>Any</string>
</dict>
<key>ElseActions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<false/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>false</string>
<key>Variable</key>
<string>MMD__Cut Menu Item</string>
</dict>
</array>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<true/>
<key>MacroActionType</key>
<string>IfThenElse</string>
<key>ThenActions</key>
<array>
<dict>
<key>IsActive</key>
<true/>
<key>IsDisclosed</key>
<false/>
<key>MacroActionType</key>
<string>SetVariableToText</string>
<key>Text</key>
<string>true</string>
<key>Variable</key>
<string>MMD__Cut Menu Item</string>
</dict>
</array>
<key>TimeOutAbortsMacro</key>
<true/>
</dict>
</array>
<key>CustomIconData</key>
<string>KMEC=Rounded=KMCOLOR:64,128,0,255=🙏=86=0=0=1=KMCOLOR:255,255,255,255</string>
<key>IsActive</key>
<true/>
<key>ModificationDate</key>
<real>397816519.03812599</real>
<key>Name</key>
<string>Helper - Is Text Selected?</string>
<key>Triggers</key>
<array/>
<key>UID</key>
<string>2FA80014-C9C2-45AE-BE4A-CA56E27EF8C0</string>
</dict>
</array>
<key>Name</key>
<string>Markdown</string>
<key>UID</key>
<string>99EA1468-0BA6-4207-AA91-83620B60BF5E</string>
</dict>
</array>
</plist>