forked from quicksilver/Plugins
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNSServiceModifications.plist
95 lines (95 loc) · 1.73 KB
/
NSServiceModifications.plist
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
<?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">
<dict>
<key>com.apple.ScriptEditor2</key>
<dict>
<key>Script Editor/Get Result of AppleScript</key>
<dict>
<key>disabled</key>
<true/>
</dict>
<key>Script Editor/Run as AppleScript</key>
<dict>
<key>disabled</key>
<true/>
</dict>
</dict>
<key>com.apple.TextEdit</key>
<dict>
<key>TextEdit/Open Selected File</key>
<dict>
<key>disabled</key>
<true/>
</dict>
</dict>
<key>com.apple.finder</key>
<dict>
<key>Finder/Open</key>
<dict>
<key>disabled</key>
<true/>
</dict>
<key>Finder/Reveal</key>
<dict>
<key>disabled</key>
<true/>
</dict>
<key>Finder/Show Info</key>
<dict>
<key>disabled</key>
<true/>
</dict>
</dict>
<key>com.apple.mail</key>
<dict>
<key>Mail/Send File</key>
<dict>
<key>disabled</key>
<true/>
</dict>
<key>Mail/Send To</key>
<dict>
<key>disabled</key>
<true/>
</dict>
</dict>
<key>com.apple.speech.SpeechService</key>
<dict>
<key>Speech/Start Speaking Text</key>
<dict>
<key>name</key>
<string>Speak Text</string>
</dict>
<key>Speech/Stop Speaking</key>
<dict>
<key>disabled</key>
<true/>
</dict>
</dict>
<key>com.barebones.bbedit</key>
<dict>
<key>BBEdit/Open File</key>
<dict>
<key>disabled</key>
<true/>
</dict>
</dict>
<key>com.blacktree.Quicksilver</key>
<dict>
<key>Send to Quicksilver...</key>
<dict>
<key>disabled</key>
<true/>
</dict>
</dict>
<key>de.qdev.ExifRenamer</key>
<dict>
<key>ExifRenamer/Rename File or Folder contents</key>
<dict>
<key>disabled</key>
<true/>
</dict>
</dict>
</dict>
</plist>