Menu Behavior
The behavior of the submenus in a menu can be configured in the init
file, with the following entries (default for both is 0):
session.screen0.menuDelay: <msec>
session.screen0.menuDelayClose: <msec>
The menuDelay is the delay to open an submenu.
The menuDelayClose is so you don't need to aim that much when
you're moving the cursor to the submenu, over the item below
or above, so it stays visible.
"menuMode: Click" => this means you need to click on the menu item to open it.
session.screen0.menuMode: can be either Click or Delay (default: Delay)
session.screen0.menuDelay: in msec (default: 0 )
session.screen0.menuDelayClose: in msec (default: 0 )
example:
session.screen0.menuMode: Delay
session.screen0.menuDelay: 400
session.screen0.menuDelayClose: 300
Notice how the menuDelay is a bit larger than menuCloseDelay.
This is so the previous menu can close before you open the next.