Template:MayaGesture Navigation

From FreeCAD Documentation
{{{Select_name}}} {{{Pan_name}}} {{{Zoom_name}}} {{{Rotate_view_name}}}
{{{Alt}}}+ {{{Alt}}}+ {{{Alt}}}+
{{{Select_text}}} {{{Pan_text}}} {{{Zoom_text}}} {{{Rotate_view_text}}}

This template creates the table that shows the MayaGesture navigation style.

The text has to be given in the specific fields. In this way the template can be translated into different languages.

Example:

{{MayaGesture Navigation
|Select_name=Select
|Pan_name=Pan
|Zoom_name=Zoom
|Rotate_view_name=Rotate view
|Alt={{KEY|Alt}}
|Select_text=Press the left mouse button over an object you want to select.
|Pan_text=Hold {{KEY|Alt}} and the middle mouse button, then move the pointer.
|Zoom_text=Hold {{KEY|Alt}} and the right mouse button, then move the pointer.

Alternatively, use the mouse wheel to zoom in and out.
|Rotate_view_text=Hold {{KEY|Alt}} and the left mouse button, then move the pointer.
}}

Result:

Select Pan Zoom Rotate view
Alt+ Alt+ Alt+
Press the left mouse button over an object you want to select. Hold Alt and the middle mouse button, then move the pointer. Hold Alt and the right mouse button, then move the pointer.

Alternatively, use the mouse wheel to zoom in and out.

Hold Alt and the left mouse button, then move the pointer.