How did previous user assign special function to keyboard key?
When I took over a PC used by my predecessor, he had Win 7 (MS keyboard) set up so that the Windows key to the right of the space bar and Alt key will dump "http://www." into any open text field. This saves me a lot of time on a repetitive task with our software. However, when I asked one of our best developers how I could assign "mailto:" to another key, he had no idea how the existing functionality was set up. Googling "Windows 7 hotkeys" didn't find me any tips. What to do?
When I took over a PC used by my predecessor, he had Win 7 (MS keyboard) set up so that the Windows key to the right of the space bar and Alt key will dump "http://www." into any open text field. This saves me a lot of time on a repetitive task with our software. However, when I asked one of our best developers how I could assign "mailto:" to another key, he had no idea how the existing functionality was set up. Googling "Windows 7 hotkeys" didn't find me any tips. What to do?
In a browser
If you use Control-Enter it will add http://www. xxxxxxxxxx. com
Ie type microsoft and ctrl-enter and you get http ://www.microsoft.com
This can be done with a very simple script in AutoHotkey using the Run, Mailto: command. Your developer, or even you if you are handy, should be able to do it. It's been a while since I used it, but I was easily able to set up key combos (Ctrl + [key]) to paste commonly used words and sentences.
You!re welcome. If you have problems, one of our members, MilesAhead, is very skilled in AutoHotKey. I could ask him to take a look at this thread. A Guy