Coming soon: Start any program in the Start Menu with a few keystrokes
Thursday, April 28th, 2005I’m working on a project which uses JShortcut along with JDIC IconService, JDIC FileTypes, and Glazed Lists to allow you to quickly search through the programs in your Start Menu.
Here’s a screenshot:
There are lots of programs that do this, but they are all shareware, or for other operating systems, so I’m writing my own.
This is a brand new project but the basic search functionality is there, as you can see in the screenshot. Some icons don’t show up because of some JDIC bugs, which will hopefully be fixed soon.
I have a bunch of plans for this project, including:
- Create JDIC subproject out of JShortcut, or integrate it into JDIC FileTypes
- Add Linux and OSX support
It looks like I’m going to have to write my own library with JNI for setting global (desktop-wide) hotkeys, as well as to watch a folder for changes.
I can’t think of a name for this project; any suggestions would be great, just post a comment.
I will create a java.net page for this project as soon as I find a name I like.