can I set the default result for a letter, i.e. t == Terminal

Asked by Hans-Christoph Steiner

I would love to be able to force the search results for things I commonly use. For example, I want to be able to type "th" and always get Thunderbird first and type "t" and always get Terminal first. Right now, it seems that "t" will put the most often launched app starting with "t" and that seems to usually be Thunderbird.

Is there a way that I can force "t" to always put Terminal first? This is something that Quicksilver does and I really miss.

Question information

Language:
English Edit question
Status:
Answered
For:
Synapse Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Tanath (tanath) said :
#1

I think it would be better to use statistics, which has been proposed here:
https://blueprints.launchpad.net/synapse-project/+spec/launcher-statistics

Revision history for this message
Nick Demou (ndemou) said :
#2

I would love to have the same option. My workaround was to type tt instead of t. To acomplish this I had to create a .desktop file like this:

cat ~/.local/share/applications/synapse-thunderbird.desktop
[Desktop Entry]
Version=1.0
Categories=
Terminal=false
Type=Application
Name=tt thunderbird
Icon=
Exec=thunderbird

With this .desktop file in place I had to type ctrl-space,t,t and it would match the "Name" of this .desktop file. Workaround was Inspired by a blog entry of Michael Altfield at http://tech.michaelaltfield.net/2012/08/27/custom-synapse-shortcuts/

Can you help with this problem?

Provide an answer of your own, or ask Hans-Christoph Steiner for more information if necessary.

To post a message you must log in.