Sub Gfa_Ex_?
Sub Gfa_App_?
Sub Gfa_App_S?
Sub Gfa_[S][C][A]F?
Sub Gfa_Ex_? (? as a placeholder for a alphanumeric key)
When a sub's name starts with Gfa_Ex_ it is considered a Shift + Ctrl + key press event sub. The placeholder ? identifies an alphanumeric key (A-Z, 0-9). A GLL can contain up to 36 Gfa_Ex_? event subs.
Sub Gfa_App_? (? as a placeholder for a alphanumeric key)
When a sub's name starts with Gfa_App_ it is considered a App + key press event sub. The placeholder ? identifies an alphanumeric key (A-Z, 0-9). A GLL can contain up to 36 Gfa_App_? event subs.
Sub Gfa_App_S? (? as a placeholder for a alphanumeric key)
When a sub's name starts with Gfa_App_S it is considered a App + Shift + key press event sub. The placeholder ? identifies an alphanumeric key (A-Z, 0-9). A GLL can contain up to 36 Gfa_App_S? event subs.
Sub Gfa_F? (? = 2,8,9 for function keys F2, F8, and F9)
Sub Gfa_SF? (? = 2,8,9,11,12 for function keys F2, F8, F9, F11, F12)
Sub Gfa_CF? (? = 2,8,9,11,12 for function keys F2, F8, F9, F11, F12)
Sub Gfa_AF? (? = 2,8,9,11,12 for function keys F2, F8, F9, F11, F12)
Sub Gfa_SCF? (? = 2,8,9,11,12 for function keys F2, F8, F9, F11, F12)
Sub Gfa_SAF? (? = 2,8,9,11,12 for function keys F2, F8, F9, F11, F12)
Sub Gfa_CAF? (? = 2,8,9,11,12 for function keys F2, F8, F9, F11, F12)
Sub Gfa_SCAF? (? = 2,8,9,11,12 for function keys F2, F8, F9, F11, F12)
Function key sub events. The following sub names identify the valid key combinations.
Gfa_F2, Gfa_F8, Gfa_F9, Gfa_SF2, Gfa_SF8, Gfa_SF9, Gfa_SF11, Gfa_SF12, Gfa_CF2, Gfa_CF8, Gfa_CF9, Gfa_CF11, Gfa_CF12, Gfa_SCF2, Gfa_SCF8, Gfa_SCF9, Gfa_SCF11, Gfa_SCF12, Gfa_AF2, Gfa_AF8, Gfa_AF9, Gfa_AF11, Gfa_AF12, Gfa_SAF2, Gfa_SAF8, Gfa_SAF9, Gfa_SAF11, Gfa_SAF12, Gfa_CAF2, Gfa_CAF8, Gfa_CAF9, Gfa_CAF11, Gfa_CAF12, Gfa_SCAF2, Gfa_SCAF8, Gfa_SCAF9, Gfa_SCAF11, and Gfa_SCAF12.
S = Shift, C = Ctrl, A = Alt, SCA = Shift + Ctrl + Alt
Gfa_Key, Gfa_KeyGet, Gfa_AddMenu
{Created by Sjouke Hamstra; Last updated: 20/08/2023 by James Gaite; Other Contributors: Jean-Marie Melanson}