Edit shortcuts Thread last updated on 2005-08-20 18:08:55

Posted by member 260128 on 2005-08-20 07:26:19

I'm looking for a way to edit the shotcuts in the theme i use (Orbit).
One of them opens Winamp by default, I would like to change it so that it opens iTunes.
I opened step.rc (which i found under LiteStep\themes\Orbit) and changed the winamp shortcut line to this:

*shortcut "iTunes" 5 113 winamp.bmp .none .none .none .none C:\Program Files\iTunes\iTunes.exe

The only thing that happened was that when i hold my mouse over the shortcut it says iTunes instead of Winamp.

Any help is much appreciated.

Posted by member 12025 on 2005-08-20 12:53:29 link

Try
*shortcut "iTunes" 5 113 winamp.bmp .none .none .none .none "C:\Program Files\iTunes\iTunes.exe"

Posted by member 212670 on 2005-08-20 14:42:50 link

Ya, gotta have those quotes. Otherwise, it's only seeing C:\Program and that's it.

Posted by member 260128 on 2005-08-20 18:08:55 link

That did the trick. Thanks very much.