Projects/Usability/HIG/SOU Workspace/Context Menu: Difference between revisions

    From KDE TechBase
    (New page: === Context Menu === Contextual menus are menus called by user interaction that provide a set of commands related to the context of where the interaction takes place within the interface ...)
     
    No edit summary
    Line 14: Line 14:
    * Every item which is displayed in the contextual menu must also be provided in the menu.
    * Every item which is displayed in the contextual menu must also be provided in the menu.


    * Provide accelerator keys for every item in the contextual menu (see [[Keyboard Accelerators]]).
    * Provide [[keyboard accelerators]] for every item in the contextual menu.


    * Avoid more than ten items in a contextual menu, and avoid submenus.
    * For ease of use, keep contextual menus simple by avoiding more than ten items in a menu, and avoiding submenus.


    * Organize items in a contextual menu in the expected frequency-of-use order, considering the guidelines for [[grouping items]]. If existent, provide the double-click action for the object on the first position  
    * Organize items in a contextual menu in the expected frequency-of-use order, considering the guidelines for [[grouping items]]. If existent, provide the double-click action for the object on the first position  


    ==== Rationale ====
    [[Image:ContextMenu.png]]
     
    To maximize their efficiency, contextual menus need to be as simple as possible. All relevant commands and settings must be transparent and identifiable at first glance. Therefore, the number must not exceed a certain limit, and submenus are not advisable.

    Revision as of 18:12, 3 September 2008

    Context Menu

    Contextual menus are menus called by user interaction that provide a set of commands related to the context of where the interaction takes place within the interface object. They offer only items that are applicable or relevant to the object or region at the location of the focus or the pointer.

    The appearance of contextual menus is similar to that of drop-down menus, including the display of accelerator keys and keyboard shortcuts, but they do not have a menu title.

    A contextual menu appears when the user right-clicks an object, or focuses the object and presses Shift+F10.

    Guidelines

    • Provide a contextual menu for every object, selectable part, and text input target such as entry fields.
    • Every item which is displayed in the contextual menu must also be provided in the menu.
    • For ease of use, keep contextual menus simple by avoiding more than ten items in a menu, and avoiding submenus.
    • Organize items in a contextual menu in the expected frequency-of-use order, considering the guidelines for grouping items. If existent, provide the double-click action for the object on the first position