On Tuesday, December 22, 2015 at 4:00:53 PM UTC+1, Rob McBroom wrote: > > Sounds like the OS is hanging onto the old shortcut in addition to setting > the new one. You might be stuck with the “hard” way: ⇥ Q ↩ >
I just tried it again and realised the mapping Log Out USER… to ⇧⌥Q is unstable. So I after a little tinkering I came up with this trigger that has to be manually added to Triggers.plist, Quicksilver Selection ⇥ Quit with ⇧⌘Q scoped to Quicksilver. <dict> <key>ID</key> <string>8AD1F9FA-CCE3-4C13-94C7-AB0CA4DF029C</string> <key>applicationScope</key> <array> <string>com.blacktree.Quicksilver</string> </array> <key>applicationScopeType</key> <integer>1</integer> <key>command</key> <dict> <key>actionID</key> <string>AppQuitAction</string> <key>directID</key> <string>com.blacktree.Quicksilver</string> </dict> <key>enabled</key> <true/> <key>keyCode</key> <integer>12</integer> <key>modifiers</key> <integer>1179924</integer> <key>onPress</key> <true/> <key>type</key> <string>QSHotKeyTrigger</string> </dict> I didn't find Quicksilver Selection proxy by right-arrowing in Proxy Objects, although it's checked in the catalogue. Any ideas? -- You received this message because you are subscribed to the Google Groups "Quicksilver" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/blacktree-quicksilver. For more options, visit https://groups.google.com/d/optout.
