Bird
Raised Fist0
Figmabi_tool~10 mins

Keyboard shortcuts mastery in Figma - Cell-by-Cell Formula Trace

Choose your learning style10 modes available

Start learning this pattern below

Jump into concepts and practice - no test required

or
Recommended
Test this pattern10 questions across easy, medium, and hard to know if this pattern is strong
Sample Data

This data shows common Figma keyboard shortcuts for basic actions.

CellValue
A1Action
B1Shortcut
A2Copy
B2Ctrl + C
A3Paste
B3Ctrl + V
A4Undo
B4Ctrl + Z
A5Redo
B5Ctrl + Y
A6Group selection
B6Ctrl + G
A7Ungroup selection
B7Ctrl + Shift + G
A8Zoom in
B8Ctrl + +
A9Zoom out
B9Ctrl + -
Formula Trace
COUNTIF(B2:B9, "Ctrl + *")
Step 1: Range B2:B9 values = ["Ctrl + C", "Ctrl + V", "Ctrl + Z", "Ctrl + Y", "Ctrl + G", "Ctrl + Shift + G", "Ctrl + +", "Ctrl + -"]
Step 2: Check which values start with "Ctrl + "
Step 3: Count how many true values
Cell Reference Map
    A       B
1 | Action | Shortcut   |
2 | Copy   | Ctrl + C   |
3 | Paste  | Ctrl + V   |
4 | Undo   | Ctrl + Z   |
5 | Redo   | Ctrl + Y   |
6 | Group  | Ctrl + G   |
7 | Ungroup| Ctrl + Shift + G |
8 | Zoom In| Ctrl + +   |
9 | Zoom Out| Ctrl + -  |
The formula references the shortcut keys in cells B2 through B9.
Result
    A       B           C
1 | Action | Shortcut   | Result |
2 | Copy   | Ctrl + C   |        |
3 | Paste  | Ctrl + V   |        |
4 | Undo   | Ctrl + Z   |        |
5 | Redo   | Ctrl + Y   |        |
6 | Group  | Ctrl + G   |        |
7 | Ungroup| Ctrl + Shift + G |   |
8 | Zoom In| Ctrl + +   |        |
9 | Zoom Out| Ctrl + -  |   8    |
The formula counts 8 shortcuts starting with 'Ctrl + ' and shows the result in cell C9.
Sheet Trace Quiz - 3 Questions
Test your understanding
How many shortcuts in B2:B9 start with 'Ctrl + '?
A6
B8
C4
D2
Key Result
COUNTIF counts how many cells in a range match a text pattern starting with a specific string.

Practice

(1/5)
1. Which keyboard shortcut in Figma is used to undo the last action?
easy
A. Ctrl/Cmd + C
B. Ctrl/Cmd + Y
C. Ctrl/Cmd + X
D. Ctrl/Cmd + Z

Solution

  1. Step 1: Understand the undo function

    Undo reverses the last change made in the design.
  2. Step 2: Identify the standard undo shortcut

    Ctrl (Windows) or Cmd (Mac) plus Z is the universal undo shortcut in most software, including Figma.
  3. Final Answer:

    Ctrl/Cmd + Z -> Option D
  4. Quick Check:

    Undo = Ctrl/Cmd + Z [OK]
Hint: Undo is always Ctrl/Cmd + Z in most apps [OK]
Common Mistakes:
  • Confusing undo with redo
  • Using copy shortcut instead
  • Mixing up cut and undo
2. Which of the following is the correct shortcut to copy an object in Figma?
easy
A. Ctrl/Cmd + C
B. Ctrl/Cmd + V
C. Ctrl/Cmd + X
D. Ctrl/Cmd + P

Solution

  1. Step 1: Recall the copy shortcut

    Copy duplicates the selected object to the clipboard without removing it.
  2. Step 2: Match the shortcut to the action

    Ctrl/Cmd + C is the standard shortcut for copy in Figma and most software.
  3. Final Answer:

    Ctrl/Cmd + C -> Option A
  4. Quick Check:

    Copy = Ctrl/Cmd + C [OK]
Hint: Copy always uses Ctrl/Cmd + C [OK]
Common Mistakes:
  • Using paste shortcut instead
  • Confusing cut with copy
  • Pressing wrong letter key
3. What happens when you press the V key in Figma?
medium
A. Select the Move tool
B. Select the Text tool
C. Open the Vector tool
D. Open the Frame tool

Solution

  1. Step 1: Identify the tool shortcut for 'V'

    In Figma, single letter keys select tools quickly.
  2. Step 2: Recall the tool assigned to 'V'

    The 'V' key selects the Move tool, allowing you to move objects on the canvas.
  3. Final Answer:

    Select the Move tool -> Option A
  4. Quick Check:

    V key = Move tool [OK]
Hint: Single letter keys pick tools fast; V is Move tool [OK]
Common Mistakes:
  • Confusing V with Vector tool
  • Mixing up Text and Frame tools
  • Thinking V opens a menu
4. You tried to paste an object using Ctrl + V but nothing happened. What is the most likely reason?
medium
A. The object is locked and cannot be pasted
B. You pressed Ctrl + C instead of Ctrl + V
C. You did not copy anything before pasting
D. Figma does not support paste shortcut

Solution

  1. Step 1: Understand paste behavior

    Paste inserts the copied content from the clipboard.
  2. Step 2: Identify why paste fails

    If nothing was copied before, the clipboard is empty, so paste does nothing.
  3. Final Answer:

    You did not copy anything before pasting -> Option C
  4. Quick Check:

    Paste requires prior copy [OK]
Hint: Always copy before pasting [OK]
Common Mistakes:
  • Assuming paste works without copy
  • Thinking object lock blocks paste
  • Believing Figma lacks paste shortcut
5. You want to quickly switch between the Move tool and the Frame tool in Figma using keyboard shortcuts. Which sequence of keys will do this correctly?
hard
A. Press Ctrl + M for Move tool, then Ctrl + F for Frame tool
B. Press V for Move tool, then F for Frame tool
C. Press F for Move tool, then V for Frame tool
D. Press M for Move tool, then R for Frame tool

Solution

  1. Step 1: Recall single key shortcuts for tools

    In Figma, 'V' selects the Move tool and 'F' selects the Frame tool.
  2. Step 2: Verify the sequence

    Pressing 'V' then 'F' switches tools correctly without modifiers.
  3. Final Answer:

    Press V for Move tool, then F for Frame tool -> Option B
  4. Quick Check:

    V = Move, F = Frame [OK]
Hint: Use single keys V and F to toggle Move and Frame tools [OK]
Common Mistakes:
  • Using wrong keys like M or R
  • Adding unnecessary Ctrl modifier
  • Mixing tool shortcuts order