I want to create associations between a key and an icon on Windows.

For example, every time I push F1 I want to have the effect of having a desk free of windows, I want them all to be minimized.

OS: Windows XP SP 3

link|improve this question

67% accept rate
What OS are you using? – EricR Aug 10 '11 at 17:29
From his previous questions, I assumed Windows. – Jay Mahendru Aug 10 '11 at 17:56
@EricR: I´m using windows xp service pack 3 – Peterstone Aug 11 '11 at 15:55
feedback

2 Answers

So It looks like you are trying to make your own hot keys for your own, or already existing, computer functions(I.E. Run Internet Explorer When F1, Open CD Tray If F12). You could make software to do that for you, (take input and then do something depending on input) but It seems like you want to run this off your desktop at any time, But you failed to mention what OS you are running?

There is an infinite number of questions or answers that could spawn off something so vague like this. Let us know what your using as an OS and what you've tried already.

link|improve this answer
feedback

By icon you mean an executable file I assume? Check out this great article on mapping keyboard keys to executable files here. For minimizing all the windows, you could create an executable script, save it somewhere, and use the program to map a keyboard shortcut for it (although Windows + D already does this. One thing to note is that Windows only allows shortcuts of the kind Ctrl + Alt + Key. So you won't be able to use F1 as a hotkey.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.