how do i assign commands to the "calculator" or "favorite" keys with autohotkey?
feedback
|
|
The favorites key is called "Browser_Favorites" in AHK. The Calc key could be Launch_App1 or Launch_App2, but if not, see special keys for detailed instructions. | |||
|
feedback
|
|
If you open a script, click on "open" and then view key history, it should show the name you can use to remap it there. Also, check the help file, I believe it has a list of common uncommon keys. | |||||||||
feedback
|
|
You can also assign a shortcut key to the application's shortcut. The only caveat of this is that you need to use a shortcut key that Windows deems acceptable (such as CTRL+ALT+something) which might not be exactly what you like. Right click the shortcut in question, and hit properties. You should then be able to assign a keyboard shortcut. | |||
|
feedback
|
|
From http://support.microsoft.com/kb/181855 Select the shortcut for the application, Rightclick and select properties, select tab "shortcut". Click in "shortcut key" (which has none written in it). Now press the HotKey that you want to use. It will automatically appear in the box. e.g. if you press ^F12 then CTRL-F12 will appear in the box. Click apply and hit ok. | |||
|
feedback
|
