Atalhos gerais

Convenções

Teclados

As letras das teclas de atalho são mostradas neste manual como aparecem em um teclado; por exemplo:

G

refere-se às letras minúsculas g.

Shift, Ctrl, Alt

são especificados como chaves modificadoras.

Ctrl-W, Shift-Alt-A, …

indica que estas teclas devem ser pressionadas simultaneamente.

Numpad0 to Numpad9, NumpadPlus

Consulte as teclas do teclado numérico separado.

Other keys are referred to by their names, such as Esc, Tab, F1 to F12. Of special note are the arrow keys, Left, Right and so on.

Mouse

Este manual se refere aos botões do mouse como:

LMB

Botão Esquerdo do mouse

RMB

Botão Direito do mouse

BMM

Botão do Meio do mouse

Wheel, WheelUp & WheelDown

Rolando a roda.

Nota

Blender’s default key-map has two main interaction modes left-click-select & right-click-select. See the Select with Mouse Button preference.

While LMB select is default, both are fully supported and there are advantages with RMB selection, see: Learn the benefits of right-click-select.

Hovering

While hovering (when the cursor is held over a button).

Properties

  • Ctrl-C – Copy the (single) value of the button.

  • Ctrl-V – Paste the (single) value of the button.

  • Ctrl-Alt-C – Copy the entire vector or color of the field.

  • Ctrl-Alt-V – Paste the entire vector or color of the field.

  • RMB – Open the context menu.

  • Backspace – Clear the value (sets to zero or clears a text field).

  • Minus – Negate number values (multiply by -1.0).

  • Ctrl-Wheel – Change the value incremental steps.

    For pop-up option menus buttons, this cycles the value.

  • Return – Activates menus or toggles the value.

  • Alt – Hold while editing values to apply the change to all selected items (objects, bones, sequence-strips).

    This can be used for number fields and toggles.

Animation

  • I – Insert a keyframe.

  • Alt-I – Clear the keyframe.

  • Shift-Alt-I – Clear all keyframes (removing all F-Curves).

  • Ctrl-D – Assign a driver.

  • Ctrl-Alt-D – Clear the driver.

  • K – Add a Keying Set.

  • Alt-K – Clear the Keying Set.

Fazendo scripts em Python

  • Ctrl-C – Over any Botões de operações. copies their Python command into the clipboard.

    This can be used in the Python Console or in the Text editor when writing scripts.

  • Shift-Ctrl-C – Over property buttons copies their data path for this property (also available from the context menu).

    Útil ao escrever drivers ou scripts.

  • Shift-Ctrl-Alt-C – Over property buttons copies their full data path for the data-block and property.

    Note that in most cases it is best to access values based on the context, instead of by name.

Arrastando

  • Ctrl – While dragging, snap to discrete steps.

  • Shift – Gives precision control over the value.

  • Shift-Ctrl – Precise snap will move the object with high precision along with the snapping constraint.

Edição de Texto

  • Home – Go to the start of the line.

  • End – Go to the end of the line.

  • Left, Right – Move the cursor a single character.

  • Ctrl-Left, Ctrl-Right – Move the cursor an entire word.

  • Backspace, Delete – Delete characters.

  • Ctrl-Backspace, Ctrl-Delete – Delete words.

  • Shift – Select while holding the key and moving the cursor.

  • Ctrl-A – Select all text.

  • Ctrl-C – Copy the selected text.

  • Ctrl-X – Cut the selected text.

  • Ctrl-V – Paste text at the cursor position.

Confirm & Cancel

  • Esc, RMB – Cancel.

  • Return, LMB – Confirm.