6

How do I use a period in a Quicksilver object to do things like search for a file with a period? By default pressing period anywhere in an object causes Quicksilver to switch to text mode.

Optimally I would like period to only enter text mode when its at the start of the object. Or perhaps there is a wildcard I can use (* doesn't seem to work and . obviously doesn't :). Or perhaps there is an escape sequence for period?

arpz
  • 674
studgeek
  • 2,455

2 Answers2

2

There is a way! Hold down Control and Option while pressing ., so ⌃⌥. – that should do it.

Theoretically this is a shortcoming of Quicksilver, but not really: if there is a period in the middle of the file there shouldn't be any need to actually type it. If your file is "Apples.Are.Good.jpg" just typing "applesaregood" or "apples" or "app" is probably enough to find it successfully.

Amory
  • 136
1

Perhaps this is helpful?

  1. Access QuickSilver. Start entering 'Mac' and one of the top options is 'Macintosh HD'

  2. Select 'Macintosh HD' but before opening it up with the action 'Open', enter 'Alt - /'. This will give you access to all the hidden files in that folder.

  3. By entering '?' you can move up a level.

klokop
  • 826