summaryrefslogtreecommitdiffstats
path: root/QuickActions/QuickActionsPrefs/Resources
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2021-12-27 01:08:28 -0500
committerCameron Katri <me@cameronkatri.com>2021-12-27 01:08:28 -0500
commit15240ea1e0dc4fc86a3f36cffe5b9c14ff0b2c93 (patch)
treeb88d424cbcdce6487a2e85dfd380bc4eb7fd682e /QuickActions/QuickActionsPrefs/Resources
parent6c781fd0b08f0fe3ccd2d3e0d79c9739c2f288c8 (diff)
downloadtweaks-15240ea1e0dc4fc86a3f36cffe5b9c14ff0b2c93.tar.gz
tweaks-15240ea1e0dc4fc86a3f36cffe5b9c14ff0b2c93.tar.zst
tweaks-15240ea1e0dc4fc86a3f36cffe5b9c14ff0b2c93.zip
I lost track of all the changes
Diffstat (limited to 'QuickActions/QuickActionsPrefs/Resources')
-rw-r--r--QuickActions/QuickActionsPrefs/Resources/Root.plist110
1 files changed, 64 insertions, 46 deletions
diff --git a/QuickActions/QuickActionsPrefs/Resources/Root.plist b/QuickActions/QuickActionsPrefs/Resources/Root.plist
index 728dc93..1eb8853 100644
--- a/QuickActions/QuickActionsPrefs/Resources/Root.plist
+++ b/QuickActions/QuickActionsPrefs/Resources/Root.plist
@@ -7,76 +7,94 @@
<dict>
<key>cell</key>
<string>PSGroupCell</string>
+ <key>label</key>
+ <string>Left</string>
</dict>
<dict>
<key>cell</key>
<string>PSLinkListCell</string>
- <key>defaults</key>
- <string>com.cameronkatri.quickactions</string>
<key>label</key>
- <string>Left Apps</string>
+ <string>Left Buttons</string>
<key>detail</key>
- <string>ATLApplicationListMultiSelectionController</string>
+ <string>QASAppSelectorController</string>
+ <key>defaults</key>
+ <string>com.cameronkatri.quickactions</string>
<key>key</key>
<string>leftButtons</string>
- <key>cellClass</key>
- <string>ATLApplicationSelectionCell</string>
- <key>sections</key>
- <array>
- <dict>
- <key>sectionType</key>
- <string>System</string>
- </dict>
- <dict>
- <key>sectionType</key>
- <string>User</string>
- </dict>
- </array>
- <key>useSearchBar</key>
- <true/>
- <key>hideSearchBarWhileScrolling</key>
- <false/>
- <key>showIdentifiersAsSubtitle</key>
+ </dict>
+ <dict>
+ <key>cell</key>
+ <string>PSEditTextCell</string>
+ <key>label</key>
+ <string>Offset X</string>
+ <key>key</key>
+ <string>LeftOffsetX</string>
+ <key>defaults</key>
+ <string>com.cameronkatri.quickactions</string>
+ <key>isDecimalPad</key>
<true/>
- <key>includeIdentifiersInSearch</key>
+ <key>placeholder</key>
+ <string>0</string>
+ </dict>
+ <dict>
+ <key>cell</key>
+ <string>PSEditTextCell</string>
+ <key>label</key>
+ <string>Offset Y</string>
+ <key>key</key>
+ <string>LeftOffsetY</string>
+ <key>defaults</key>
+ <string>com.cameronkatri.quickactions</string>
+ <key>isDecimalPad</key>
<true/>
+ <key>placeholder</key>
+ <string>0</string>
</dict>
<dict>
<key>cell</key>
<string>PSGroupCell</string>
+ <key>label</key>
+ <string>Right</string>
</dict>
<dict>
<key>cell</key>
<string>PSLinkListCell</string>
- <key>defaults</key>
- <string>com.cameronkatri.quickactions</string>
<key>label</key>
- <string>Right Apps</string>
+ <string>Right Buttons</string>
<key>detail</key>
- <string>ATLApplicationListMultiSelectionController</string>
+ <string>QASAppSelectorController</string>
+ <key>defaults</key>
+ <string>com.cameronkatri.quickactions</string>
<key>key</key>
<string>rightButtons</string>
- <key>cellClass</key>
- <string>ATLApplicationSelectionCell</string>
- <key>sections</key>
- <array>
- <dict>
- <key>sectionType</key>
- <string>System</string>
- </dict>
- <dict>
- <key>sectionType</key>
- <string>User</string>
- </dict>
- </array>
- <key>useSearchBar</key>
- <true/>
- <key>hideSearchBarWhileScrolling</key>
- <false/>
- <key>showIdentifiersAsSubtitle</key>
+ </dict>
+ <dict>
+ <key>cell</key>
+ <string>PSEditTextCell</string>
+ <key>label</key>
+ <string>Offset X</string>
+ <key>key</key>
+ <string>RightOffsetX</string>
+ <key>defaults</key>
+ <string>com.cameronkatri.quickactions</string>
+ <key>isDecimalPad</key>
<true/>
- <key>includeIdentifiersInSearch</key>
+ <key>placeholder</key>
+ <string>0</string>
+ </dict>
+ <dict>
+ <key>cell</key>
+ <string>PSEditTextCell</string>
+ <key>label</key>
+ <string>Offset Y</string>
+ <key>key</key>
+ <string>RightOffsetY</string>
+ <key>defaults</key>
+ <string>com.cameronkatri.quickactions</string>
+ <key>isDecimalPad</key>
<true/>
+ <key>placeholder</key>
+ <string>0</string>
</dict>
<dict>
<key>cell</key>