| 
      Return to Recent Questions Do you supports key navigation, like alt-F to select a javascript animated menu? 
 
 Q:
 I am evaluating various menu systems and need to know if your supports
 key navigation, like alt-F to select a menu?
 
 
 A:
 Deluxe Menu has keystrokes support.
 
 Use the following parameter to enable keystrokes support:
 var keystrokes = 1;
 0 - disabled (default), 1 - enabled.
 
 Ctrl+F2 - enter the menu/switch to next menu on the page.
 Arrow keys - navigate.
 Enter - enter the menu.
 Esc - exit the menu.
 
 Use also the following parameters:
 var dm_focus = 1;  Show focus selection for selected item.
 var dm_actKey = 113;  Key code for keystrokes activation.
 Works with Ctrl key only.
 Default value is 113 = F2 key, 114 = F3 key, 115 = F4 key, etc.
 
 Please, try the trial version, http://deluxe-menu.com
 
 
 
 
 
 Return to Recent Questions
 
 
 |