-
Notifications
You must be signed in to change notification settings - Fork 0
/
Open in Chrome.kmmacros
66 lines (66 loc) · 1.69 KB
/
Open in Chrome.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
<?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>592448972.11477697</real>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Application</key>
<dict>
<key>BundleIdentifier</key>
<string>com.google.Chrome</string>
<key>Name</key>
<string>Google Chrome</string>
<key>NewFile</key>
<string>/Applications/Google Chrome.app</string>
</dict>
<key>IsDefaultApplication</key>
<false/>
<key>MacroActionType</key>
<string>OpenURL</string>
<key>TimeOutAbortsMacro</key>
<true/>
<key>URL</key>
<string>%CurrentClipboard%</string>
</dict>
</array>
<key>CreationDate</key>
<real>612247856.42373598</real>
<key>ModificationDate</key>
<real>612248039.36089003</real>
<key>Name</key>
<string>Open in Chrome</string>
<key>Triggers</key>
<array>
<dict>
<key>FireType</key>
<string>Pressed</string>
<key>KeyCode</key>
<integer>37</integer>
<key>MacroTriggerType</key>
<string>HotKey</string>
<key>Modifiers</key>
<integer>6912</integer>
</dict>
</array>
<key>UID</key>
<string>A672B9C1-5CC4-45BA-A850-07A6A48CC2C3</string>
</dict>
</array>
<key>Name</key>
<string>Clipboards</string>
<key>ToggleMacroUID</key>
<string>45111BB4-120D-4B83-BF95-E1A9D5DFBC52</string>
<key>UID</key>
<string>9FF93A80-2BDD-4566-AB7C-F3AEFCF80C4F</string>
</dict>
</array>
</plist>