manual:appendix:menus

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Last revision Both sides next revision
manual:appendix:menus [2021/10/11 15:13]
jojo1973 created
manual:appendix:menus [2021/10/12 03:55]
jojo1973 [List of system menus]
Line 1: Line 1:
 ===== List of system menus ===== ===== List of system menus =====
-Each system menu in **newRPL** is associated to numerical ID which in hexadecimal has the format **#LLLMMPPPh** where:+Each system menu in **newRPL** is associated to numerical ID which, expressed in hexadecimal, is formatted as **#LLLMMPPPh** where:
  
   * **LLL** is the __library number__ associated to that menu;   * **LLL** is the __library number__ associated to that menu;
   * **MM** is the __menu number__ within the library;   * **MM** is the __menu number__ within the library;
   * **NNN** is the __index number__ of the first entry to display in the current page.   * **NNN** is the __index number__ of the first entry to display in the current page.
 +
 +Any menu can be readily displayed on the [[manual:chapter2:menus#using-the-menus-main-active-and-secondary-menus|active menu area]] using the ''[[manual:chapter6:flags:cmd_tmenu|TMENU]]'' command.
      
 The following tables list all system menus ordered by ID and by keyboard access: usually there is only one sequence of keys to access to a particular menu, but in a few cases the same menu can be accessed in more than one way. The following tables list all system menus ordered by ID and by keyboard access: usually there is only one sequence of keys to access to a particular menu, but in a few cases the same menu can be accessed in more than one way.
  • manual/appendix/menus.txt
  • Last modified: 2021/10/12 12:40
  • by jojo1973