GET_INFO(KEY_MAP_LIST)
For an overview of the GET_INFO built-in, see the HELP topic GET_INFO.
TPU keeps key map lists in the order in which they are created.
The value that is returned when parameter1 is KEY_MAP_LIST is the name
of the list, not the list itself.
The following strings can be used for parameter2 when parameter1 is the
keyword KEY_MAP_LIST:
Parameter 2 | Return Value (Parameter 1 is keyword KEY_MAP_LIST)
-----------------+--------------------------------------------------+
"current" | String - The current key-map list
"first" | String - The first key-map list
"last" | String - The last key-map list
"next" | String - The next key-map list
"previous" | String - The previous key-map list
-----------------+--------------------------------------------------+
Use string constants "current" or "first", before using "next". Use
"current" or "last" before using "previous".