Welcome to HotKeyIt

 

Do you work a lot with computer?

This program will make your work easier, faster and much more efficiently. TRY IT.

Start any folder, file or website in a second and less (depends how fast you are)

Write you own macros and automate tasks (call up tasks within seconds)

Auto start your macros and programs.

 

You can download the AHK file here: HotKeyIt.AHK

         Or download the exe file here: HotKeyIt

 

                                                        QUICK START TUTORIAL

 

Here some general functions of he program:

-                    nearly everything works with HotKeys:

o       CAPSLOCK & TAB               is the main interface

o       CAPSLOCK & F5                 MacroManagement

o       CAPSLCOK & F8                 add new macro

o       CAPSLOCK & SHIFT           very quick File and Folderfinder(I love it)

o       CAPSLOCK & F9                 HELP

o       CAPSLOCK & F10                Suspend Hotkeys

o       CAPSLOCK & F11                 Pause program

o       Find much more hotkeys in help

 

-                    CAPSLOCK & TAB will make the program ready for input

o       Here you have follwing options:

§         Enter your windows variable for example temp.

§         Enter a website excluding the www..com and it will launch the site(thanks to google I’m feeling Lucky)

§         Enter “=5+5” to calculate

§         Enter “.search term” to find something on google

§         Enter ”-search term” to find something on ebay

§         Enter your variable(you need to create them first)

·        A variable can be set up trough MacroManagement(CAPSLOCK & F5) or quick set up (CAPSLOCK & F8)

o       For your variable you need following:

§         short name (for example g for google)

§         description (for example Google CAPSLOCKg NUMLOCKg SCROLLLOCKg HOTKEYgo)

1.       CAPSLOCKg will enable the Hotkey CAPSLOCK & G

2.     HOTKEYgo enables Hotkey: G & O (works when Speedhotkey is on(CTRL & CAPSLOCK))

3.     Enter AUTOSTART and it will run on startup of the program if autostart is turned on

§         the content (in this example it must be your webbrowser)

§         parameters (in this example it is the website http://www.google.com)

o       Press ALT & M to see more options

 

-                    I have included following programs in HotKeyIt:

o       Hide (CAPSLOCK & F4) and Unhide (CAPSLOCK & F3) your windows

o       Window information CAPSLOCK & F6

o       Emergency mouse (move mouse with arrow keys only)

o       File and folder finder CAPSLOCK & SHIFT

o       Macro recorder. CAPSLOCK & F8 for new macro… enter variable … enter name … ALT & R to record, Pause to stop recording (so you can combine recording and writing macro one after another)

o       Profile manager to have a separate pallet of macros(CAPSLOCK & F1)

o       QWERTY Keyboard – TYPE WITH ONE HAND (CAPSLOCK & TAB then ALT & Y)

o       And much more to come

 

Coming soon…

-                    Web click and run.

o       Import a script from website by clicking on it(confirm import) and you can run or edit it directly.

§         Useful scripts from anybody to anybody separated by category. This will save everybody a lot of time searching and writing programs.

 

Any feedback is very welcome.

 

Here the post in forum: HotKeyIt Forum

 

CHANGES:

 

V 1.003 - 20.07.2008

Supports real AHK code now.

Now you can write macros as usual in AHK. (You can enter your send command into one line without Send command)

Also includes HiEdit now for editing your macros( CAPSLOCK & F5, then "Edit Macro in Editor) for hiedit in ahk you need to run exe to extract hiedit.dll and keywords.hes)

Loop now works with (files & folders) (read files content) (parse a string) (registry) as well.

 

V 1.002 – 25.06.2008

CTRL & ENTER will open Environment Variable in explorer address bar, run dialog, open and save window.

(Try it: press WinKey & R to open run window, type: temp, press CTRL & ENTER)

 

V 1.001 – 23.06.2008

Use Error_Level instead of ErrorLevel in your HotKeyIt Macros.