Template:Touchpad Navigation

From FreeCAD Documentation
{{{Select_name}}} {{{Pan_name}}} {{{Zoom_name}}} {{{Rotate_view_name}}}
{{{Shift}}}+ {{{PageUp}}}, {{{PageDown}}} {{{Alt}}}+
{{{Select_text}}} {{{Pan_text}}} {{{Zoom_text}}} {{{Rotate_view_text}}}
{{{Ctrl}}}+{{{Shift}}}+ {{{Shift}}}+
{{{Zoom_alt_text}}} {{{Rotate_view_alt_text}}}

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

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

Example:

{{Touchpad Navigation
|Select_name=Select
|Pan_name=Pan
|Zoom_name=Zoom
|Rotate_view_name=Rotate view
|Ctrl={{KEY|Ctrl}}
|Shift={{KEY|Shift}}
|Alt={{KEY|Alt}}
|PageUp={{KEY|PageUp}}
|PageDown={{KEY|PageDown}}
|Select_text=Press the left mouse button over an object you want to select.
|Pan_text=Hold {{KEY|Shift}}, then move the pointer.
|Zoom_text=Use {{KEY|PageUp}} and {{KEY|PageDown}} to zoom in and out.
|Zoom_alt_text=Alternatively, hold {{KEY|Shift}} and {{KEY|Ctrl}}, then move the pointer.
|Rotate_view_text=Hold {{KEY|Alt}}, then move the pointer.
|Rotate_view_alt_text=Alternatively, hold {{KEY|Shift}} and the left button, then move the pointer.
}}

Result:

Select Pan Zoom Rotate view
Shift+ PageUp, PageDown Alt+
Press the left mouse button over an object you want to select. Hold Shift, then move the pointer. Use PageUp and PageDown to zoom in and out. Hold Alt, then move the pointer.
Ctrl+Shift+ Shift+
Alternatively, hold Shift and Ctrl, then move the pointer. Alternatively, hold Shift and the left button, then move the pointer.