home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 2002 October / JOY141_CD2.iso / Data / Sharewares / Graphisme / zplay280.exe / default.menu < prev    next >
Text File  |  2002-07-17  |  5KB  |  131 lines

  1. // This is a sample configuration file demonstrating how you can
  2. // modify the right-click context menu in both Media and DVD Modes.
  3. //
  4. // Not all menu items can be changed.  There are special dynamic
  5. // items which will always appear at the end of the context menu.
  6. // This file allows you to add items to the beginning of the menu.
  7. //
  8. // There are two functions, one to add items to the Media Menu
  9. // and one to add items to the DVD Menu.  Each takes several
  10. // parameters which will be listed below.
  11. //
  12. // This file represents a "mirror" of what the actual default
  13. // Menu file looks like, however it isn't actually used by the
  14. // player unless you specifically assign it through the options
  15. // dialog.
  16. //
  17. //
  18. // AddMediaItem(Function,Description,Break)
  19. //   - Function:
  20. //     You can find a list of available functions which can be
  21. //     associated with a menu item within the "plasticblue.skn"
  22. //     file residing in the skin directory.
  23. //     If the function is set to "-" then the item will be
  24. //     considered a row line break and no other parameters are
  25. //     required.
  26. //   - Description:
  27. //     This is the text that will appear within the context menu.
  28. //   - Break:
  29. //     This is an optional parameter.  It can be set to either
  30. //     "LB" or "B".  When used on an item it will make this item
  31. //     as the first item in a new column.  The difference between
  32. //     the two break values is that "LB" draws a separating line
  33. //     and "B" doesn't.
  34. //     As a side note, if the user selects to only show a single
  35. //     column in the options dialog, "LB" will be translated into
  36. //     a Row break and "B" will be ignored entirely.
  37. //
  38. // AddDVDItem(Function,Description,Break)
  39. //   - Exact same parameters as "AddMediaItem" but adds the item
  40. //     to the DVD context menu.
  41. //
  42. // AddTrayItem(Function,Description,Break)
  43. //   - Exact same parameters as "AddMediaItem" but adds the item
  44. //     to the System Tray context menu.
  45. //
  46.  
  47. // The Media Menu
  48. AddMediaItem(fnPlay,Play / Pause)
  49. AddMediaItem(fnStop,Stop)
  50. AddMediaItem(fnOpen,Open File(s))
  51. AddMediaItem(fnOpenDir,Open Directory)
  52. AddMediaItem(-)
  53. AddMediaItem(fnFullscreen,Fullscreen ON / OFF)
  54. AddMediaItem(fnZoom,Zoom ON / OFF)
  55. AddMediaItem(fnMute,Mute ON / OFF)
  56. AddMediaItem(fnBar,Toggle Control Bar)
  57. AddMediaItem(-)
  58. AddMediaItem(fnFastForward,Fast Forward)
  59. AddMediaItem(fnSlowMotion,Slow Motion)
  60. AddMediaItem(fnChapter,Chapter Editor)
  61. AddMediaItem(fnPlayList,Play List Editor)
  62. AddMediaItem(fnPlayListNav,Play List Navigator)
  63. AddMediaItem(fnBlankingNav,Blanking Navigator)
  64. AddMediaItem(fnInfo,Video Information)
  65. AddMediaItem(-)
  66. AddMediaItem(fnSkin,Skin Selector)
  67. AddMediaItem(fnOverlayControl,Overlay Color Controls)
  68. AddMediaItem(-)
  69. AddMediaItem(fnEject,Eject)
  70. AddMediaItem(fnMinimize,Minimize)
  71. AddMediaItem(fnSkipForward,Skip Forward,LB)
  72. AddMediaItem(fnSkipBackward,Skip Backward)
  73. AddMediaItem(fnJumpForward,Jump Forward)
  74. AddMediaItem(fnJumpBackward,Jump Backward)
  75. AddMediaItem(fnNextChapter,Next Chapter)
  76. AddMediaItem(fnPrevChapter,Previous Chapter)
  77. AddMediaItem(fnNextTrack,Next Track)
  78. AddMediaItem(fnPrevTrack,Previous Track)
  79. AddMediaItem(-)
  80.  
  81. // The DVD Menu:
  82. AddDVDItem(fnPlay,Play / Pause)
  83. AddDVDItem(fnStop,Stop)
  84. AddDVDItem(fnFastForward,Fast Forward)
  85. AddDVDItem(fnRewind,Rewind)
  86. AddDVDItem(fnOpen,Open File(s))
  87. AddDVDItem(fnOpenDir,Open Directory)
  88. AddDVDItem(-)
  89. AddDVDItem(fnFullscreen,Fullscreen ON / OFF)
  90. AddDVDItem(fnZoom,Zoom ON / OFF)
  91. AddDVDItem(fnMute,Mute ON / OFF)
  92. AddDVDItem(fnBar,Toggle Control Bar)
  93. AddDVDItem(-)
  94. AddDVDItem(fnSkipForward,Skip Forward)
  95. AddDVDItem(fnSkipBackward,Skip Backward)
  96. AddDVDItem(fnJumpForward,Jump Forward)
  97. AddDVDItem(fnJumpBackward,Jump Backward)
  98. AddDVDItem(-)
  99. AddDVDItem(fnNextChapter,Next Bookmark)
  100. AddDVDItem(fnPrevChapter,Previous Bookmark)
  101. AddDVDItem(fnNextTrack,Next Chapter)
  102. AddDVDItem(fnPrevTrack,Previous Chapter)
  103. AddDVDItem(-)
  104. AddDVDItem(fnSkin,Skin Selector)
  105. AddDVDItem(fnOverlayControl,Overlay Color Controls)
  106. AddDVDItem(fnEject,Eject)
  107. AddDVDItem(fnMinimize,Minimize)
  108. AddDVDItem(fnDVDRootMenu,Root Menu,LB)
  109. AddDVDItem(fnDVDTitleMenu,Title Menu)
  110. AddDVDItem(fnChapter,Bookmark Editor)
  111. AddDVDItem(fnChapterNav,Bookmark Navigator)
  112. AddDVDItem(fnBlankingNav,Blanking Navigator)
  113. AddDVDItem(fnInfo,Video Information
  114. AddDVDItem(-)
  115.  
  116. // The System Tray Menu:
  117. AddTrayItem(fnPlay,Play / Pause)
  118. AddTrayItem(fnStop,Stop)
  119. AddTrayItem(fnFastForward,Fast Forward)
  120. AddTrayItem(fnRewind,Rewind)
  121. AddTrayItem(fnOpen,Open File(s))
  122. AddTrayItem(fnOpenDir,Open Directory)
  123. AddTrayItem(-)
  124. AddTrayItem(fnFullscreen,Fullscreen ON / OFF)
  125. AddTrayItem(fnZoom,Zoom ON / OFF)
  126. AddTrayItem(-)
  127. AddTrayItem(fnEject,Eject)
  128. AddTrayItem(fnOptions,Options)
  129. AddTrayItem(-)
  130. AddTrayItem(fnMinimize,Minimize)
  131.