...
The default pattern shown detects function key labels starting with F, CA, CF, CK, or CMD, followed by a key number and a separator character (=, :, or -), and then some text. Function key labels are matched using this string as a regular expression pattern, the . The pattern specified must capture the key prefix, key number, separator, and label text separately as shown above.
...