The "item list x=" keyname defines the list of commands to appear in menus and submenus. The x is an integer starting at 1. Item lists have a line length limit of 199 characters, so you may have two or more item lists in a section; for example,
;item lists that define the Page menu
[menu 1 page_menu]
command id=PAGE
item list 1=PGNEW, PAGE_IMPORT, PAGE_EXPORT, PAGE_REMOVE, SEPARATOR
item list 2=PAGE_ATTRIBUTES, PAGE_REORDER, PAGE_REPLACE, PAGE_FONTREMAP, SEPARATOR
item list 3=PAGE_CONTENTS, PAGE_GOTO, PAGE_FIRST, PAGE_PREV, PAGE_NEXT, PAGE_LAST
See also