A SERVICE OF

logo

Creating Custom Key Maps 259
E-EQ-MX7RG-B MX7 Reference Guide
Invalid ROWCOL format
A COLxROWx was expected, but the format was not correct. The only valid formats are:
COLxROWx, COLxxROWx, COLxROWxx, or COLxxROWxx, where xx are decimal numeric
digits (0-9).
Invalid scan code
The scan code parsed is not recognized. The scan code can take one of the following formats:
VK_code
'x'
SHIFT+VK_code
SHIFT+'x'
ACTION+code
CHANGE+mapname
OPEN
Invalid section name %s
The section name parsed is invalid. The only recognized names are: GENERAL, SPECIAL, or
MAP
Invalid SHIFT code %s
The key scan code is specified as SHIFT+code, but the SHIFT code parsed is not recognized. The
following values are valid:
VK code from the VK code table (below)
'x' where x is an ASCII code (e.g. 'A', '3', or '#').
Invalid value %s in GENERAL section
The value name parsed is invalid for the GENERAL section. The recognized names are:
MAPNAME, MAPCNT, MAPCOLS, MAPROWS, or ALGOR
Invalid value %s in MAP section
The value name parsed is not expected in the SPECIAL section. The only recognized names are:
MAP and COLxxx.
Invalid value %s in SPECIAL section
The value name parsed is not expected in the SPECIAL section. The only recognized names are:
KEYSHIFT, KEYALT, KEY2ND, and KEYCONTROL.
Invalid VK_ code %s
The VK code parsed is not recognized. See the VK Code Table (below) for valid values.
Map ended without MAP value
The MAP section must contain a MAP value, so the data fields can be parsed.