Skip to content

Commit

Permalink
added new paste action to plists
Browse files Browse the repository at this point in the history
  • Loading branch information
pjrobertson committed Jul 22, 2011
1 parent e16e079 commit 2cbba20
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 4 deletions.
19 changes: 19 additions & 0 deletions Quicksilver/PlugIns-Main/QSCorePlugIn/QSCorePlugIn-Info.plist
Expand Up @@ -563,6 +563,23 @@
<key>precedence</key>
<real>-0.5</real>
</dict>
<key>PasteboardPasteActionAsPlainText</key>
<dict>
<key>actionClass</key>
<string>ClipboardActions</string>
<key>actionSelector</key>
<string>pasteObjectAsPlainText:</string>
<key>directTypes</key>
<array>
<string>*</string>
</array>
<key>enabled</key>
<true/>
<key>icon</key>
<string>Clipboard</string>
<key>precedence</key>
<real>-0.5</real>
</dict>
<key>PasteboardPasteAction</key>
<dict>
<key>actionClass</key>
Expand All @@ -579,6 +596,8 @@
<string>Clipboard</string>
<key>precedence</key>
<real>-0.5</real>
<key>alternateAction</key>
<string>PasteboardPasteActionAsPlainText</string>
</dict>
<key>QSCatalogEntryRescanAction</key>
<dict>
Expand Down
Expand Up @@ -62,6 +62,8 @@
<string>IM item to a contact</string>
<key>PasteboardPasteAction</key>
<string>Paste this object to the current application</string>
<key>PasteboardPasteActionAsPlainText</key>
<string>Paste this object as plain text to the current application</string>
<key>ProcessKillAction</key>
<string>Force an application to quit</string>
<key>ProcessResumeAction</key>
Expand Down
Expand Up @@ -90,6 +90,8 @@
<string>Copy to Clipboard</string>
<key>PasteboardPasteAction</key>
<string>Paste with Clipboard</string>
<key>PasteboardPasteActionAsPlainText</key>
<string>Paste as Plain Text</string>
<key>ProcessKillAction</key>
<string>Force Quit (Kill)</string>
<key>ProcessLowerPriorityAction</key>
Expand Down
10 changes: 6 additions & 4 deletions Quicksilver/Resources/ActionsPrecedence.plist
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>AppLaunchAction</key>
Expand All @@ -23,19 +23,21 @@
<key>FileOpenAction</key>
<integer>1</integer>
<key>FileOpenWithAction</key>
<real>0.10000000000000001</real>
<real>0.1</real>
<key>FileRevealAction</key>
<real>0.10000000000000001</real>
<real>0.1</real>
<key>PasteboardPasteAction</key>
<real>-0.5</real>
<key>PasteboardPasteActionAsPlainText</key>
<string>-0.6</string>
<key>QSCLExecuteAction</key>
<integer>2</integer>
<key>QSCLExecuteWithArgsAction</key>
<real>2.5</real>
<key>QSEmailItemAction</key>
<integer>0</integer>
<key>QSEmailItemReverseAction</key>
<real>-0.20000000000000001</real>
<real>-0.2</real>
<key>QSLargeTypeAction</key>
<integer>1</integer>
<key>QSPutOnShelfAction</key>
Expand Down

0 comments on commit 2cbba20

Please sign in to comment.