Skip to content

ilisho/shortcuts-i-might-forget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

22 Commits
Β 
Β 

Repository files navigation

⚑ Shortcut Cheat Sheet

A compact collection of useful shortcuts, tips, and workflows for daily production.


🧭 Quick Navigation


🟠 Blender

General

  • Alt + Q β€” Switch between shapes (Press in weight paint mode or in edit mode to switch between shapes. Press ALT hover over another mesh and press Q)

  • Shift + R β€” Repeat last operation

  • Ctrl + Shift + R β€” Korean Bevel
    (Creates two proportional loop cuts around an edge)

  • Ctrl + Space β€” Fullscreen current editor

  • Window β†’ New Window β€” Open a separate render window that stays on top

Animation & Graph Editor

  • Alt + D β€” Open interpolation menu (Graph Editor)
  • Shift + E β€” Set in-between pose (animation)

Modeling

  • Ctrl + E β†’ H β€” Clear Sharp edges
  • Ctrl + H β€” Hook to object
  • Select edge/vert + V β€” disconnect edge/vert

Object / Pose Mode

  • Ctrl + Alt + C β€” Copy attribute (Object / Pose) (This is a custom shortcut I use to preserve Ctrl + C for standard copy, while still being able to use the Copy Attributes Menu add-on. Since the add-on uses the same shortcut by default, I reassigned it to Ctrl + Alt + C.)

Bone Edit Mode

  • ALT + LMB β€” Select one bone from overlapping bones Shows a list of bones when several overlap; choose the specific bone you want

  • SHIFT + ALT + LMB β€” Add one bone from overlapping bones to selection Shows the same list, but the chosen bone is added to the current selection without deselecting others

UV Editor

  • Ctrl + B β€” Create custom packing region
  • Ctrl + Alt + B β€” Clear custom packing region

Node Wrangler

  • Alt + S β€” Switch texture channels
  • Ctrl + Shift + Click β€” Preview node output

Skin Modifier

  • Ctrl + A β€” Adjust skin radius scale
  • Alt + S β€” Smooth skin result

Subdive Modifier

  • place before Armature Modifier - lumpy mesh πŸ˜Άβ€πŸŒ«οΈ
  • place after Armature Modifier - smooth mesh πŸ‘

Blender Baking Tip

To bake from high-poly to low-poly with different UVs:

  • Bake: Diffuse
  • Disable Direct and Indirect
  • Enable Selected to Active
  • Set Metallic = 0 on source material

Metallic values above zero may cause very dark textures.

Blender MacOS location Tip

in finder press CMD + SHIFT + G in following window paste this ~/Library/Application Support/Blender/5.0(or your version)/config

that is a config folder that contain all blender configurations. This folder can be saved as a backup

Blender Batch Rename Win\MacOS Tip

select your objects\bones\ets in the Outliner, Posemode or 3D Viewport, then press Ctrl + F2(WIN)/CMD + F2 (or go to Edit > Batch Rename)


πŸ”΅ Plasticity

  • J β€” Join
  • F β€” Quick menu (similar to Shift + A in Blender)
  • Shift + J β€” Patch (creates surface from selected curves)

Selection

  • 1 / 2 / 3 / 4 β€” Selection modes
  • Ctrl + 1 / 2 / 3 / 4 β€” Convert selection

Boolean & View

  • Q β€” Boolean operation (cycle Join / Cut / Intersect)
  • . β€” Isolate mode
  • / β€” Focus view

Modeling

  • Ctrl + R β€” Loop cut
    • Tab β€” Switch direction
    • Shift + Scroll β€” Change cut count

🟒 Substance Painter

  • Alt + Shift + drag LMB β€” Align camera view
  • Ctrl + move right\left RMB β€” Brush size
  • Ctrl + move up\down RMB β€” Brush hardness
  • Ctrl + move right\left LMB β€” Brush flow
  • Ctrl + move up\down LMB β€” Brush rotation
  • Shift + move up\down RMB β€” HDRI rotation
  • Shift + move up\down LMB β€” Draw straight line

🟣 DaVinci Resolve

  • Alt + Y β€” Select all clips after playhead
  • Ctrl + Y β€” Select all clips before playhead
  • Ctrl + Shift + < β€” Move clip left and swap
  • Ctrl + Shift + > β€” Move clip right and swap
  • (clip shoul be deselected in UI) Alt + left click + move β€” Duplicate only selected part of linked clip

🟒 ComfyUI

  • Ctrl + Enter β€” Queue prompt
  • Shift + Enter β€” Queue without clearing
  • Ctrl + . β€” Stop processing
  • Ctrl + 0 β€” Reset zoom

πŸͺŸ Windows

  • Win + . β€” Emoji & symbols panel
  • Ctrl + Win + T β€” Always on top
  • Win + Ctrl + Caps Lock β€” Enable zoom
  • Win + Ctrl + Tab β€” Draw / sketch mode
  • Win + Ctrl + S β€” Screen shot
  • PRNT β€” Screen shot
  • CTRL + MMB scroll - Size of desktop icons (works only when you hover mous on a main desktop)

🍏 MacOS

  • Fn + E β€” Emoji & symbols panel

Blender MacOS location Tip config folder that contain all blender configurations for backup


πŸ’» Command Line (CMD & PowerShell)

CMD

- **cd** β€” Verify disk
- **cd C:\Users\username\Desktop\temp_SSD_blends** β€” go to the folder in the same directory
- **cd /d C:\Users\username\Desktop\temp_SSD_blends** β€” go to the folder in new directory (/d - change directory)
- **cd /d %USERPROFILE%** β€” back to default directory
- **mkdir TestFolder** β€” new folder named "TestFolder"

PowerShell

- **Get-Location** β€” Verify disk
- **cd "C:\Users\username\Desktop\temp_SSD_blends"** β€” go to the folder (do not need /d to change directory but need "" around the path)
- **cd ~** β€” back to default directory
- **mkdir TestFolder** β€” new folder named "TestFolder"

Linux (Bash – generic)

- **pwd** β€” verify current directory
- **cd ~/Desktop/temp_SSD_blends** β€” go to the folder ( "~" β€” is here for /home/username)
- **cd ~** β€” back to home directory
- **ls ~** β€” list files in home directory
- **ls -lah** β€” detailed list (including hidden)
- **mkdir TestFolder** β€” create a new folder named "TestFolder"

WSL (Windows Subsystem for Linux)

  • wsl --shutdown β€” completely shut down all running WSL distributions
  • wsl --terminate β€” terminate a specific WSL distribution
    Example: wsl --terminate Ubuntu
  • wsl --list --verbose β€” list all installed WSL distributions with status and version

πŸ“ Notepad++

Enable Word Wrap

  1. View β†’ Word Wrap

Enable by default:

  • Settings β†’ Preferences β†’ Editing β†’ Word Wrap

⚠️NO longer use a Notepad++ i have moved to VScode⚠️


πŸ“ VScode

  • ALT + Z β€” Enable Word Wrap

  • CTRL + SHIFT + P β€” Search bar

Look for settings in search bar:

  • Type this > in the start (exmpl: >customize layout)

Save UI by default:

  • File β†’ Save workspace as...

to use Comment Anchors:

  • type // in the beginning of the line and select prefered one from the drop down list.

πŸ’‘ General Tips

  • Eyes open twice as fast as they close (animation timing rule)

Related Repositories

  • CMD Repo β€” additional CMD shortcuts for batch render in Blender

About

A compact and practical collection of keyboard shortcuts, commands, and tips for Blender, Plasticity, DaVinci Resolve, ComfyUI, Windows, Linux, WSL, and common productivity tools. Designed to speed up your workflow and keep frequently used operations at your fingertips.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors