To ask the opposite question, does anyone else have triggers *working*
for "Command window in text mode" and "Command window with selection"?
If so, could you please paste the relevant sections of your
Triggers.plist file? (in ~/Library/Application Support/Quicksilver)?
Here's what mine looks like:
<dict>
<key>ID</key>
<string>QSActivateTextModeTrigger</string>
<key>command</key>
<string>QSActivateTextModeCommand</string>
<key>enabled</key>
<true/>
<key>keyCode</key>
<integer>17</integer>
<key>modifiers</key>
<integer>1310985</integer>
<key>name</key>
<string>Command Window in Text Mode</string>
<key>onPress</key>
<true/>
<key>set</key>
<string>Quicksilver</string>
<key>showWindow</key>
<false/>
<key>type</key>
<string>QSHotKeyTrigger</string>
</dict>
<dict>
<key>ID</key>
<string>QSGetGlobalSelectionTrigger</string>
<key>command</key>
<string>QSGetGlobalSelectionCommand</string>
<key>enabled</key>
<true/>
<key>keyCode</key>
<integer>1</integer>
<key>modifiers</key>
<integer>1310985</integer>
<key>name</key>
<string>Command Window with Selection</string>
<key>set</key>
<string>Quicksilver</string>
<key>type</key>
<string>QSHotKeyTrigger</string>
</dict>
In Quicksilver's Triggers preference pane I can see they're being
mapped to Cmd+Ctrl+T and Cmd+Ctrl+S, but when I press these keys
nothing happens.
Can anyone help?
Thanks,
Josh
On Jan 5, 11:26 am, Joshua Bronson <[email protected]> wrote:
> I'm using ß57 on Snow Leopard, and just tried setting triggers for
> "command window with selection" and "command window in text mode", and
> neither of them seem to be working. Can anyone else reproduce with ß57
> on Snow Leopard? I
> triedhttp://github.com/tiennou/blacktree-alchemy/issuesearch?q=text+mode
> to see if this was a known issue but there's nothing in the tracker
> for it.