

^!t::Run "The Run command can be used to launch external applications or, as is the case here, a web page. Instead of opening your browser and typing in the address, you can use this line: For example, let’s say every day when you get to work, you open up the same website. In the Outlook Options dialog box, please click Mail in the left bar, then uncheck the CTRL + ENTER sends a message box in the Send messages section. You can even put both of these lines-and as many other shortcuts as you like-in a single file.īeyond these basics, AutoHotkey comes with a library of commands that can do a lot more than just turning one key combo into another. In Outlook 20, you can disable Ctrl + Enter shortcut to send email as follows. Which you’re much less likely to accidentally hit.

The keyboard shortcut Ctrl-Shift-Alt-N would now be mapped to Capslock. When you use these symbols in a script, AutoHotkey expects a keyboard shortcut.
#AUTO HOT KEY SEND WINDOWS#
These are symbols that correspond to modifier keys like Control (^), Shift (+), Alt (!), and the Windows key (#).
#AUTO HOT KEY SEND FREE#
What if you want to remap a combination of keys? For that, AutoHotkey uses prefix modifiers. AutoHotkey is a free and open-source custom scripting language for Microsoft Windows, initially aimed at providing easy keyboard shortcuts or hotkeys. Of course, that’s just remapping one single button to another. 2 Above, we've always sent single keys, but you also can send strings and special characters that need a so-called 'exception character' before them in this example the accent grave is the exception character for the n, which makes a carriage return, and also, you need the exception character for special characters like + since, as we have seen, AHK uses them as 'modifiers', normally.
