Include Plugin Hotkeys

Suppose we had include code as shown in figure 2 for an Include Plugin as shown in figure 3. We would need a way to show the hotkeys in the include script back in the Hotlist window as show in figure 5. To accomplish this the includes plugin add a Hotkeys section for listing the hotkeys in the include code. The code in figure 2 might be described as shown in figure 1. Now all the hotkeys in figure 1 will be listed in Hotlist as well. This gives a way to describe hotkeys in the include for the end user.


To Add a new Hotkey description to the include just click an empty row and start typing in the Hotkey description. When you get to the Hotkey filed a window will pop-up to help you with the hotkey as shown in figure 4.


To Delete a hotkey from the list click the delete button .


Figure 1:


Figure 2:

; Control Panel Run Commands
^#K::
{
    Run control main.cpl @1
    return
}
^#D::
{
    Run control desk.cpl
    return
}
^#M::
{
    Run control main.cpl
    return
}
^#N::
{
    Run control ncpa.cpl
    return
}
^#P::
{
    Run control powercfg.cpl
    return
}
^#A::
{
    Run control appwiz.cpl
    return
}
^#I::
{
    Run control inetcpl.cpl
    return
}
^#U::
{
    Run control nusrmgr.cpl
    return
}
^#F::
{
    Run control firewall.cpl
    return
}
^#B::
{
    Run control bthprops.cpl,%A_WinDir%\system32,,
    return
}



Figure 3:


Figure 4:


Figure 5:

Related

HotStrings

Include Plugin